xref: /kvm-unit-tests/lib/arm64/asm/stack.h (revision 3e394a5852524d53a7c838f134ac3e7260f5edfd)
1 #ifndef _ASMARM64_STACK_H_
2 #define _ASMARM64_STACK_H_
3 
4 #ifndef _STACK_H_
5 #error Do not directly include <asm/stack.h>. Just use <stack.h>.
6 #endif
7 
8 #endif
9