blob: 669fef5c745a3fe98145a87d21a588cb64835c15 [file] [log] [blame]
H. J. Lu36d57ac2005-09-06 15:16:49 -07001#ifndef _LINUX_AUXVEC_H
2#define _LINUX_AUXVEC_H
3
David Howells607ca462012-10-13 10:46:48 +01004#include <uapi/linux/auxvec.h>
H. J. Lu36d57ac2005-09-06 15:16:49 -07005
Kees Cookf06295b2009-01-07 18:08:52 -08006#define AT_VECTOR_SIZE_BASE 19 /* NEW_AUX_ENT entries in auxiliary table */
John Reiser65191082008-07-21 14:21:32 -07007 /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
H. J. Lu36d57ac2005-09-06 15:16:49 -07008#endif /* _LINUX_AUXVEC_H */