blob: ee884168989fcde6be427b6fb81817fc9e011151 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __A_OUT_GNU_H__
2#define __A_OUT_GNU_H__
3
David Howells607ca462012-10-13 10:46:48 +01004#include <uapi/linux/a.out.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
David Howells7fa30312008-02-08 04:19:28 -08006#ifndef __ASSEMBLY__
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#ifdef linux
8#include <asm/page.h>
9#if defined(__i386__) || defined(__mc68000__)
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#else
11#ifndef SEGMENT_SIZE
12#define SEGMENT_SIZE PAGE_SIZE
Kirill A. Shutemoved7b1882008-02-07 00:15:56 -080013#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#endif
15#endif
David Howells7fa30312008-02-08 04:19:28 -080016#endif /*__ASSEMBLY__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#endif /* __A_OUT_GNU_H__ */