xref: /OK3568_Linux_fs/kernel/include/linux/auxvec.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef _LINUX_AUXVEC_H
3*4882a593Smuzhiyun #define _LINUX_AUXVEC_H
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun #include <uapi/linux/auxvec.h>
6*4882a593Smuzhiyun 
7*4882a593Smuzhiyun #define AT_VECTOR_SIZE_BASE 20 /* NEW_AUX_ENT entries in auxiliary table */
8*4882a593Smuzhiyun   /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
9*4882a593Smuzhiyun #endif /* _LINUX_AUXVEC_H */
10