blob: 9322c28aebd2b89ac193c8470ca41c33b62730e3 [file] [log] [blame]
David Gibsonc5ff7002005-11-09 11:21:07 +11001#ifndef _ASM_POWERPC_SIGNAL_H
2#define _ASM_POWERPC_SIGNAL_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
Al Viro574c4862012-11-25 22:24:19 -05004#define __ARCH_HAS_SA_RESTORER
David Howellsc3617f72012-10-09 09:47:26 +01005#include <uapi/asm/signal.h>
Michael Neuling2b3f8e82013-05-26 18:09:41 +00006#include <uapi/asm/ptrace.h>
7
8extern unsigned long get_tm_stackpointer(struct pt_regs *regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
David Gibsonc5ff7002005-11-09 11:21:07 +110010#endif /* _ASM_POWERPC_SIGNAL_H */