Go to the documentation of this file. 1 #ifndef _ASM_PARISC_SIGNAL_H
2 #define _ASM_PARISC_SIGNAL_H
4 #include <uapi/asm/signal.h>
9 #define _NSIG_BPW BITS_PER_LONG
10 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
37 #define ptrace_signal_deliver(regs, cookie) do { } while (0)
39 #include <asm/sigcontext.h>