The Android Open Source Project | a27d2ba | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
| 10 | **************************************************************************** |
| 11 | ****************************************************************************/ |
| 12 | #ifndef _ASMARM_SIGCONTEXT_H |
| 13 | #define _ASMARM_SIGCONTEXT_H |
| 14 | |
| 15 | struct sigcontext { |
| 16 | unsigned long trap_no; |
| 17 | unsigned long error_code; |
| 18 | unsigned long oldmask; |
| 19 | unsigned long arm_r0; |
| 20 | unsigned long arm_r1; |
| 21 | unsigned long arm_r2; |
| 22 | unsigned long arm_r3; |
| 23 | unsigned long arm_r4; |
| 24 | unsigned long arm_r5; |
| 25 | unsigned long arm_r6; |
| 26 | unsigned long arm_r7; |
| 27 | unsigned long arm_r8; |
| 28 | unsigned long arm_r9; |
| 29 | unsigned long arm_r10; |
| 30 | unsigned long arm_fp; |
| 31 | unsigned long arm_ip; |
| 32 | unsigned long arm_sp; |
| 33 | unsigned long arm_lr; |
| 34 | unsigned long arm_pc; |
| 35 | unsigned long arm_cpsr; |
| 36 | unsigned long fault_address; |
| 37 | }; |
| 38 | |
| 39 | #endif |