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