0001
0002 #ifndef _ASM_POWERPC_SIGNAL_H
0003 #define _ASM_POWERPC_SIGNAL_H
0004
0005 #define __ARCH_HAS_SA_RESTORER
0006 #include <uapi/asm/signal.h>
0007 #include <uapi/asm/ptrace.h>
0008
0009 struct pt_regs;
0010 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags);
0011
0012 unsigned long get_min_sigframe_size_32(void);
0013 unsigned long get_min_sigframe_size_64(void);
0014 unsigned long get_min_sigframe_size(void);
0015 unsigned long get_min_sigframe_size_compat(void);
0016
0017 #endif