xref: /kvm-unit-tests/lib/ppc64/asm/stack.h (revision dc0a3a769728a3345b0fc6d9c29bc62ab3ae1587)
1 #ifndef _ASMPPC64_STACK_H_
2 #define _ASMPPC64_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
9 #define HAVE_ARCH_BACKTRACE_FRAME
10 
11 #endif
12