xref: /kvm-unit-tests/lib/powerpc/asm/stack.h (revision f0b64a020a78eba8f52bfda2f278b50225c4a029)
1 #ifndef _ASMPOWERPC_STACK_H_
2 #define _ASMPOWERPC_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