]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/nios2/target_signal.h
linux-user: Move target_signal.h generic definitions to generic/signal.h
[mirror_qemu.git] / linux-user / nios2 / target_signal.h
1 #ifndef NIOS2_TARGET_SIGNAL_H
2 #define NIOS2_TARGET_SIGNAL_H
3
4 #include "../generic/signal.h"
5
6 /* Nios2 uses a fixed address on the kuser page for sigreturn. */
7 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0
8
9 #endif /* NIOS2_TARGET_SIGNAL_H */