auxvec.h 226 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0
  2. // Copyright (C) 2005-2017 Andes Technology Corporation
  3. #ifndef __ASM_AUXVEC_H
  4. #define __ASM_AUXVEC_H
  5. /* VDSO location */
  6. #define AT_SYSINFO_EHDR 33
  7. #define AT_VECTOR_SIZE_ARCH 1
  8. #endif