OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / prebuilt / ndk / android-ndk-r4 / platforms / android-5 / arch-x86 / usr / include / linux / auxvec.h
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 _LINUX_AUXVEC_H
13 #define _LINUX_AUXVEC_H
14
15 #include <asm/auxvec.h>
16
17 #define AT_NULL 0  
18 #define AT_IGNORE 1  
19 #define AT_EXECFD 2  
20 #define AT_PHDR 3  
21 #define AT_PHENT 4  
22 #define AT_PHNUM 5  
23 #define AT_PAGESZ 6  
24 #define AT_BASE 7  
25 #define AT_FLAGS 8  
26 #define AT_ENTRY 9  
27 #define AT_NOTELF 10  
28 #define AT_UID 11  
29 #define AT_EUID 12  
30 #define AT_GID 13  
31 #define AT_EGID 14  
32 #define AT_PLATFORM 15  
33 #define AT_HWCAP 16  
34 #define AT_CLKTCK 17  
35
36 #define AT_SECURE 23  
37
38 #define AT_VECTOR_SIZE 44  
39
40 #endif