blob: f68d0ec2d740d6e5138e7cc7d63ae0dcf2b706c7 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
H. J. Lu36d57ac2005-09-06 15:16:49 -07002#ifndef _LINUX_AUXVEC_H
3#define _LINUX_AUXVEC_H
4
David Howells607ca462012-10-13 10:46:48 +01005#include <uapi/linux/auxvec.h>
H. J. Lu36d57ac2005-09-06 15:16:49 -07006
Ard Biesheuvelf60900f2013-12-23 18:49:30 +01007#define AT_VECTOR_SIZE_BASE 20 /* NEW_AUX_ENT entries in auxiliary table */
John Reiser65191082008-07-21 14:21:32 -07008 /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
H. J. Lu36d57ac2005-09-06 15:16:49 -07009#endif /* _LINUX_AUXVEC_H */