xref: /kvm-unit-tests/lib/x86/asm/stack.h (revision 80a6d74f7b3e42e9148479a6e0c56c2b36ec3924)
1 #ifndef _ASMX86_STACK_H_
2 #define _ASMX86_STACK_H_
3 
4 #ifndef _STACK_H_
5 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
6 #endif
7 
8 #define HAVE_ARCH_BACKTRACE_FRAME
9 #define HAVE_ARCH_BACKTRACE
10 
11 #endif
12