1 #ifndef _ASMARM_SIGCONTEXT_H
2 #define _ASMARM_SIGCONTEXT_H
5 * Signal context structure - contains all info to do with the state
6 * before the signal handler was invoked. Note: only add new entries
7 * to the end of the structure.
10 unsigned long trap_no;
11 unsigned long error_code;
12 unsigned long oldmask;
23 unsigned long arm_r10;
29 unsigned long arm_cpsr;
30 unsigned long fault_address;