xref: /openbmc/qemu/linux-user/openrisc/target_signal.h (revision c95b08106b4b47d511a91a1c41e79681588bef59)
1 #ifndef OPENRISC_TARGET_SIGNAL_H
2 #define OPENRISC_TARGET_SIGNAL_H
3 
4 #include "../generic/signal.h"
5 
6 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
7 
8 #endif /* OPENRISC_TARGET_SIGNAL_H */
9