blob: 189998bb61c4b5847a787c918e9b517c35b936bb (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _ASM_POWERPC_SIGNAL_H
#define _ASM_POWERPC_SIGNAL_H
#include <uapi/asm/signal.h>
struct pt_regs;
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif /* _ASM_POWERPC_SIGNAL_H */
|