Blame view

include/linux/a.out.h 354 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
  #ifndef __A_OUT_GNU_H__
  #define __A_OUT_GNU_H__
607ca46e9   David Howells   UAPI: (Scripted) ...
4
  #include <uapi/linux/a.out.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5

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