2024-09-09 08:52:07 +00:00
|
|
|
#ifndef _ASM_POWERPC_SIGNAL_H
|
|
|
|
#define _ASM_POWERPC_SIGNAL_H
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
#define __ARCH_HAS_SA_RESTORER
|
|
|
|
#include <uapi/asm/signal.h>
|
|
|
|
#include <uapi/asm/ptrace.h>
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
extern unsigned long get_tm_stackpointer(struct pt_regs *regs);
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
#endif /* _ASM_POWERPC_SIGNAL_H */
|