auxvec.h 418 B

123456789101112131415161718
  1. #ifndef __ASM_SH_AUXVEC_H
  2. #define __ASM_SH_AUXVEC_H
  3. /*
  4. * Architecture-neutral AT_ values in 0-17, leave some room
  5. * for more of them.
  6. */
  7. #ifdef CONFIG_VSYSCALL
  8. /*
  9. * Only define this in the vsyscall case, the entry point to
  10. * the vsyscall page gets placed here. The kernel will attempt
  11. * to build a gate VMA we don't care about otherwise..
  12. */
  13. #define AT_SYSINFO_EHDR 33
  14. #endif
  15. #endif /* __ASM_SH_AUXVEC_H */