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-11-26 03:24:19 +00:00
|
|
|
#define __ARCH_HAS_SA_RESTORER
|
2012-10-09 08:47:26 +00:00
|
|
|
#include <uapi/asm/signal.h>
|
2013-05-26 18:09:41 +00:00
|
|
|
#include <uapi/asm/ptrace.h>
|
|
|
|
|
|
|
|
extern unsigned long get_tm_stackpointer(struct pt_regs *regs);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2005-11-09 00:21:07 +00:00
|
|
|
#endif /* _ASM_POWERPC_SIGNAL_H */
|