xref: /kvm-unit-tests/lib/arm/asm/stack.h (revision d5b60621b0e6863fd62e4657b7a2ec70bf7eee34)
1 #ifndef _ASMARM_STACK_H_
2 #define _ASMARM_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