122851890Sopenharmony_ci/* 222851890Sopenharmony_ci * This header was generated from the Linux kernel headers by update_headers.py, 322851890Sopenharmony_ci * to provide necessary information from kernel to userspace, such as constants, 422851890Sopenharmony_ci * structures, and macros, and thus, contains no copyrightable information. 522851890Sopenharmony_ci */ 622851890Sopenharmony_ci#ifndef _ASMARM_SIGCONTEXT_H 722851890Sopenharmony_ci#define _ASMARM_SIGCONTEXT_H 822851890Sopenharmony_cistruct sigcontext { 922851890Sopenharmony_ci unsigned long trap_no; 1022851890Sopenharmony_ci unsigned long error_code; 1122851890Sopenharmony_ci unsigned long oldmask; 1222851890Sopenharmony_ci unsigned long arm_r0; 1322851890Sopenharmony_ci unsigned long arm_r1; 1422851890Sopenharmony_ci unsigned long arm_r2; 1522851890Sopenharmony_ci unsigned long arm_r3; 1622851890Sopenharmony_ci unsigned long arm_r4; 1722851890Sopenharmony_ci unsigned long arm_r5; 1822851890Sopenharmony_ci unsigned long arm_r6; 1922851890Sopenharmony_ci unsigned long arm_r7; 2022851890Sopenharmony_ci unsigned long arm_r8; 2122851890Sopenharmony_ci unsigned long arm_r9; 2222851890Sopenharmony_ci unsigned long arm_r10; 2322851890Sopenharmony_ci unsigned long arm_fp; 2422851890Sopenharmony_ci unsigned long arm_ip; 2522851890Sopenharmony_ci unsigned long arm_sp; 2622851890Sopenharmony_ci unsigned long arm_lr; 2722851890Sopenharmony_ci unsigned long arm_pc; 2822851890Sopenharmony_ci unsigned long arm_cpsr; 2922851890Sopenharmony_ci unsigned long fault_address; 3022851890Sopenharmony_ci}; 3122851890Sopenharmony_ci#endif 32