Files
kernel/include/linux/auxvec.h
T

10 lines
304 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
2005-09-06 15:16:49 -07:00
#ifndef _LINUX_AUXVEC_H
#define _LINUX_AUXVEC_H
2012-10-13 10:46:48 +01:00
#include <uapi/linux/auxvec.h>
2005-09-06 15:16:49 -07:00
#define AT_VECTOR_SIZE_BASE 20 /* NEW_AUX_ENT entries in auxiliary table */
/* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
2005-09-06 15:16:49 -07:00
#endif /* _LINUX_AUXVEC_H */