Go to the documentation of this file. 1 #ifndef _ASM_M32R_SIGNAL_H
2 #define _ASM_M32R_SIGNAL_H
4 #include <linux/types.h>
5 #include <linux/time.h>
6 #include <linux/compiler.h>
17 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
73 #define SIGRTMAX _NSIG
88 #define SA_NOCLDSTOP 0x00000001u
89 #define SA_NOCLDWAIT 0x00000002u
90 #define SA_SIGINFO 0x00000004u
91 #define SA_ONSTACK 0x08000000u
92 #define SA_RESTART 0x10000000u
93 #define SA_NODEFER 0x40000000u
94 #define SA_RESETHAND 0x80000000u
96 #define SA_NOMASK SA_NODEFER
97 #define SA_ONESHOT SA_RESETHAND
99 #define SA_RESTORER 0x04000000
107 #define MINSIGSTKSZ 2048
108 #define SIGSTKSZ 8192
136 #define sa_handler _u._sa_handler
137 #define sa_sigaction _u._sa_sigaction
148 #include <asm/sigcontext.h>
150 #undef __HAVE_ARCH_SIG_BITOPS
154 #define ptrace_signal_deliver(regs, cookie) do { } while (0)