Blame view

include/linux/auxvec.h 304 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
36d57ac4a   H. J. Lu   [PATCH] auxiliary...
2
3
  #ifndef _LINUX_AUXVEC_H
  #define _LINUX_AUXVEC_H
607ca46e9   David Howells   UAPI: (Scripted) ...
4
  #include <uapi/linux/auxvec.h>
36d57ac4a   H. J. Lu   [PATCH] auxiliary...
5

f60900f26   Ard Biesheuvel   auxvec.h: account...
6
  #define AT_VECTOR_SIZE_BASE 20 /* NEW_AUX_ENT entries in auxiliary table */
651910874   John Reiser   execve filename: ...
7
    /* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
36d57ac4a   H. J. Lu   [PATCH] auxiliary...
8
  #endif /* _LINUX_AUXVEC_H */