Go to the documentation of this file. 1 #ifndef _UAPI_ASM_POWERPC_SIGNAL_H
2 #define _UAPI_ASM_POWERPC_SIGNAL_H
4 #include <linux/types.h>
12 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
60 #define SIGRTMAX _NSIG
75 #define SA_NOCLDSTOP 0x00000001U
76 #define SA_NOCLDWAIT 0x00000002U
77 #define SA_SIGINFO 0x00000004U
78 #define SA_ONSTACK 0x08000000U
79 #define SA_RESTART 0x10000000U
80 #define SA_NODEFER 0x40000000U
81 #define SA_RESETHAND 0x80000000U
83 #define SA_NOMASK SA_NODEFER
84 #define SA_ONESHOT SA_RESETHAND
86 #define SA_RESTORER 0x04000000U
94 #define MINSIGSTKSZ 2048
124 #ifndef __powerpc64__
139 #define SIG_DBG_SINGLE_STEPPING 1
142 #define SIG_DBG_BRANCH_TRACING 2