#ifndef _UAPI_ASM_GENERIC_RESOURCE_H
#define _UAPI_ASM_GENERIC_RESOURCE_H
#define RLIMIT_CPU …
#define RLIMIT_FSIZE …
#define RLIMIT_DATA …
#define RLIMIT_STACK …
#define RLIMIT_CORE …
#ifndef RLIMIT_RSS
#define RLIMIT_RSS …
#endif
#ifndef RLIMIT_NPROC
#define RLIMIT_NPROC …
#endif
#ifndef RLIMIT_NOFILE
#define RLIMIT_NOFILE …
#endif
#ifndef RLIMIT_MEMLOCK
#define RLIMIT_MEMLOCK …
#endif
#ifndef RLIMIT_AS
#define RLIMIT_AS …
#endif
#define RLIMIT_LOCKS …
#define RLIMIT_SIGPENDING …
#define RLIMIT_MSGQUEUE …
#define RLIMIT_NICE …
#define RLIMIT_RTPRIO …
#define RLIMIT_RTTIME …
#define RLIM_NLIMITS …
#ifndef RLIM_INFINITY
#define RLIM_INFINITY …
#endif
#endif