xref: /qemu/linux-user/microblaze/target_signal.h (revision 9f99072fc08e1044700404ae0a5f13a30a0a2a60)
1 #ifndef MICROBLAZE_TARGET_SIGNAL_H
2 #define MICROBLAZE_TARGET_SIGNAL_H
3 
4 #include "../generic/signal.h"
5 
6 #define TARGET_SA_RESTORER      0x04000000
7 
8 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
9 
10 #endif /* MICROBLAZE_TARGET_SIGNAL_H */
11