Blame view

include/linux/a.out.h 315 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
  #ifndef __A_OUT_GNU_H__
  #define __A_OUT_GNU_H__
607ca46e9   David Howells   UAPI: (Scripted) ...
3
  #include <uapi/linux/a.out.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4

7fa303150   David Howells   aout: suppress A....
5
  #ifndef __ASSEMBLY__
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
7
8
  #ifdef linux
  #include <asm/page.h>
  #if defined(__i386__) || defined(__mc68000__)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
9
10
11
12
13
14
  #else
  #ifndef SEGMENT_SIZE
  #define SEGMENT_SIZE	PAGE_SIZE
  #endif
  #endif
  #endif
7fa303150   David Howells   aout: suppress A....
15
  #endif /*__ASSEMBLY__ */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
16
  #endif /* __A_OUT_GNU_H__ */