2005-11-09 11:21:07 +11:00
|
|
|
#ifndef _ASM_POWERPC_SIGNAL_H
|
|
|
|
#define _ASM_POWERPC_SIGNAL_H
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2012-10-09 09:47:26 +01:00
|
|
|
#include <uapi/asm/signal.h>
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2005-11-09 11:21:07 +11:00
|
|
|
struct pt_regs;
|
2005-04-16 15:20:36 -07:00
|
|
|
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
2005-11-09 11:21:07 +11:00
|
|
|
#endif /* _ASM_POWERPC_SIGNAL_H */
|