1 /* 1 2 * OpenRISC unwinder.h 3 * 4 * Architecture API for unwinding stacks. 5 * 6 * Copyright (C) 2017 Stafford Horne <shorne@g 7 * 8 * This file is licensed under the terms of th 9 * version 2. This program is licensed "as is 10 * kind, whether express or implied. 11 */ 12 13 #ifndef __ASM_OPENRISC_UNWINDER_H 14 #define __ASM_OPENRISC_UNWINDER_H 15 16 void unwind_stack(void *data, unsigned long *s 17 void (*trace)(void *data, un 18 int reliable)) 19 20 #endif /* __ASM_OPENRISC_UNWINDER_H */ 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.