Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __A_OUT_GNU_H__ |
2 | #define __A_OUT_GNU_H__ | ||||
3 | |||||
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 4 | #include <uapi/linux/a.out.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
David Howells | 7fa3031 | 2008-02-08 04:19:28 -0800 | [diff] [blame] | 6 | #ifndef __ASSEMBLY__ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #ifdef linux |
8 | #include <asm/page.h> | ||||
9 | #if defined(__i386__) || defined(__mc68000__) | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #else |
11 | #ifndef SEGMENT_SIZE | ||||
12 | #define SEGMENT_SIZE PAGE_SIZE | ||||
Kirill A. Shutemov | ed7b188 | 2008-02-07 00:15:56 -0800 | [diff] [blame] | 13 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #endif |
15 | #endif | ||||
David Howells | 7fa3031 | 2008-02-08 04:19:28 -0800 | [diff] [blame] | 16 | #endif /*__ASSEMBLY__ */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #endif /* __A_OUT_GNU_H__ */ |