Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[qemu/armbru.git] / linux-user / ppc / target_signal.h
blob5be24e152b7ee9e5c1659223d87a19cfea0eed8e
1 #ifndef PPC_TARGET_SIGNAL_H
2 #define PPC_TARGET_SIGNAL_H
4 #include "../generic/signal.h"
6 #if !defined(TARGET_PPC64)
7 #define TARGET_ARCH_HAS_SETUP_FRAME
8 #endif
9 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
11 #endif /* PPC_TARGET_SIGNAL_H */