xref: /openbmc/linux/include/linux/auxvec.h (revision 28c8e088)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
236d57ac4SH. J. Lu #ifndef _LINUX_AUXVEC_H
336d57ac4SH. J. Lu #define _LINUX_AUXVEC_H
436d57ac4SH. J. Lu 
5607ca46eSDavid Howells #include <uapi/linux/auxvec.h>
636d57ac4SH. J. Lu 
7*28c8e088SMathieu Desnoyers #define AT_VECTOR_SIZE_BASE 22 /* NEW_AUX_ENT entries in auxiliary table */
865191087SJohn Reiser   /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
936d57ac4SH. J. Lu #endif /* _LINUX_AUXVEC_H */
10