a.out.h 315 B

1234567891011121314151617
  1. #ifndef __A_OUT_GNU_H__
  2. #define __A_OUT_GNU_H__
  3. #include <uapi/linux/a.out.h>
  4. #ifndef __ASSEMBLY__
  5. #ifdef linux
  6. #include <asm/page.h>
  7. #if defined(__i386__) || defined(__mc68000__)
  8. #else
  9. #ifndef SEGMENT_SIZE
  10. #define SEGMENT_SIZE PAGE_SIZE
  11. #endif
  12. #endif
  13. #endif
  14. #endif /*__ASSEMBLY__ */
  15. #endif /* __A_OUT_GNU_H__ */