xref: /qemu/linux-user/m68k/target_signal.h (revision c7c513389c6cb8c6dd60e55d1c99244de4e93663)
1 #ifndef M68K_TARGET_SIGNAL_H
2 #define M68K_TARGET_SIGNAL_H
3 
4 #include "../generic/signal.h"
5 
6 #define TARGET_ARCH_HAS_SA_RESTORER 1
7 #define TARGET_ARCH_HAS_SETUP_FRAME
8 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
9 
10 #endif /* M68K_TARGET_SIGNAL_H */
11