1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASMARM_SIGCONTEXT_H
3 #define _ASMARM_SIGCONTEXT_H
6 * Signal context structure - contains all info to do with the state
7 * before the signal handler was invoked. Note: only add new entries
8 * to the end of the structure.
11 unsigned long trap_no
;
12 unsigned long error_code
;
13 unsigned long oldmask
;
24 unsigned long arm_r10
;
30 unsigned long arm_cpsr
;
31 unsigned long fault_address
;