auxvec.h 214 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __ASMS390_AUXVEC_H
  3. #define __ASMS390_AUXVEC_H
  4. #define AT_SYSINFO_EHDR 33
  5. #define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
  6. #endif