]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/kernel/common/asm-generic/resource.h
Initial Contribution
[android-sdk/platform-bionic.git] / libc / kernel / common / asm-generic / resource.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 _ASM_GENERIC_RESOURCE_H
13 #define _ASM_GENERIC_RESOURCE_H
15 #define RLIMIT_CPU 0  
16 #define RLIMIT_FSIZE 1  
17 #define RLIMIT_DATA 2  
18 #define RLIMIT_STACK 3  
19 #define RLIMIT_CORE 4  
21 #ifndef RLIMIT_RSS
22 #define RLIMIT_RSS 5  
23 #endif
25 #ifndef RLIMIT_NPROC
26 #define RLIMIT_NPROC 6  
27 #endif
29 #ifndef RLIMIT_NOFILE
30 #define RLIMIT_NOFILE 7  
31 #endif
33 #ifndef RLIMIT_MEMLOCK
34 #define RLIMIT_MEMLOCK 8  
35 #endif
37 #ifndef RLIMIT_AS
38 #define RLIMIT_AS 9  
39 #endif
41 #define RLIMIT_LOCKS 10  
42 #define RLIMIT_SIGPENDING 11  
43 #define RLIMIT_MSGQUEUE 12  
44 #define RLIMIT_NICE 13  
45 #define RLIMIT_RTPRIO 14  
47 #define RLIM_NLIMITS 15
49 #ifndef RLIM_INFINITY
50 #define RLIM_INFINITY (~0UL)
51 #endif
53 #ifndef _STK_LIM_MAX
54 #define _STK_LIM_MAX RLIM_INFINITY
55 #endif
57 #endif