xref: /linux/include/linux/unwind_user.h (revision c6439bfaabf25b736154ac5640c677da2c085db4)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_UNWIND_USER_H
3 #define _LINUX_UNWIND_USER_H
4 
5 #include <linux/unwind_user_types.h>
6 #include <asm/unwind_user.h>
7 
8 #ifndef ARCH_INIT_USER_FP_FRAME
9  #define ARCH_INIT_USER_FP_FRAME
10 #endif
11 
12 int unwind_user(struct unwind_stacktrace *trace, unsigned int max_entries);
13 
14 #endif /* _LINUX_UNWIND_USER_H */
15