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 | |
David Howells | c3617f7 | 2012-10-09 09:47:26 +0100 | [diff] [blame^] | 4 | #include <uapi/asm/signal.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
David Gibson | c5ff700 | 2005-11-09 11:21:07 +1100 | [diff] [blame] | 6 | struct pt_regs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) |
David Gibson | c5ff700 | 2005-11-09 11:21:07 +1100 | [diff] [blame] | 8 | #endif /* _ASM_POWERPC_SIGNAL_H */ |