auxvec.h 348 B

123456789101112131415
  1. #ifndef __ASMSPARC_AUXVEC_H
  2. #define __ASMSPARC_AUXVEC_H
  3. #define AT_SYSINFO_EHDR 33
  4. /* Avoid overlap with other AT_* values since they are consolidated in
  5. * glibc and any overlaps can cause problems
  6. */
  7. #define AT_ADI_BLKSZ 48
  8. #define AT_ADI_NBITS 49
  9. #define AT_ADI_UEONADI 50
  10. #define AT_VECTOR_SIZE_ARCH 4
  11. #endif /* !(__ASMSPARC_AUXVEC_H) */