#ifndef _UAPI_LINUX_AUXVEC_H
#define _UAPI_LINUX_AUXVEC_H
#include <asm/auxvec.h>
#define AT_NULL …
#define AT_IGNORE …
#define AT_EXECFD …
#define AT_PHDR …
#define AT_PHENT …
#define AT_PHNUM …
#define AT_PAGESZ …
#define AT_BASE …
#define AT_FLAGS …
#define AT_ENTRY …
#define AT_NOTELF …
#define AT_UID …
#define AT_EUID …
#define AT_GID …
#define AT_EGID …
#define AT_PLATFORM …
#define AT_HWCAP …
#define AT_CLKTCK …
#define AT_SECURE …
#define AT_BASE_PLATFORM …
#define AT_RANDOM …
#define AT_HWCAP2 …
#define AT_RSEQ_FEATURE_SIZE …
#define AT_RSEQ_ALIGN …
#define AT_HWCAP3 …
#define AT_HWCAP4 …
#define AT_EXECFN …
#ifndef AT_MINSIGSTKSZ
#define AT_MINSIGSTKSZ …
#endif
#endif