xref: /qemu/linux-user/ppc/target_signal.h (revision 70ce076fa6dff60585c229a4b641b13e64bf03cf)
1 #ifndef PPC_TARGET_SIGNAL_H
2 #define PPC_TARGET_SIGNAL_H
3 
4 #include "../generic/signal.h"
5 
6 #define TARGET_SA_RESTORER      0x04000000
7 
8 #if !defined(TARGET_PPC64)
9 #define TARGET_ARCH_HAS_SETUP_FRAME
10 #endif
11 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
12 
13 #endif /* PPC_TARGET_SIGNAL_H */
14