xref: /linux/arch/powerpc/include/asm/signal.h (revision 2ec8107d8e0d1d285b2bbf1999e7f4e46b6b535b)
1 #ifndef _ASM_POWERPC_SIGNAL_H
2 #define _ASM_POWERPC_SIGNAL_H
3 
4 #define __ARCH_HAS_SA_RESTORER
5 #include <uapi/asm/signal.h>
6 #include <uapi/asm/ptrace.h>
7 
8 #endif /* _ASM_POWERPC_SIGNAL_H */
9