David Gibson | c5ff700 | 2005-11-09 11:21:07 +1100 | [diff] [blame] | 1 | #ifndef _ASM_POWERPC_SIGNAL_H |
2 | #define _ASM_POWERPC_SIGNAL_H | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
Al Viro | 574c486 | 2012-11-25 22:24:19 -0500 | [diff] [blame] | 4 | #define __ARCH_HAS_SA_RESTORER |
David Howells | c3617f7 | 2012-10-09 09:47:26 +0100 | [diff] [blame] | 5 | #include <uapi/asm/signal.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
David Gibson | c5ff700 | 2005-11-09 11:21:07 +1100 | [diff] [blame] | 7 | #endif /* _ASM_POWERPC_SIGNAL_H */ |