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> |
Michael Neuling | 2b3f8e8 | 2013-05-26 18:09:41 +0000 | [diff] [blame] | 6 | #include <uapi/asm/ptrace.h> |
| 7 | |
| 8 | extern unsigned long get_tm_stackpointer(struct pt_regs *regs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
David Gibson | c5ff700 | 2005-11-09 11:21:07 +1100 | [diff] [blame] | 10 | #endif /* _ASM_POWERPC_SIGNAL_H */ |