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