linux/include/uapi/linux/auxvec.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_AUXVEC_H
#define _UAPI_LINUX_AUXVEC_H

#include <asm/auxvec.h>

/* Symbolic values for the entries in the auxiliary table
   put on the initial stack */
#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
/* AT_* values 18 through 22 are reserved */
#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 /* _UAPI_LINUX_AUXVEC_H */