blob: 600cf45645c60c0ebe1d6f8016e9c646051c1adf [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef __A_OUT_GNU_H__
3#define __A_OUT_GNU_H__
4
David Howells607ca462012-10-13 10:46:48 +01005#include <uapi/linux/a.out.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
David Howells7fa30312008-02-08 04:19:28 -08007#ifndef __ASSEMBLY__
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#ifdef linux
9#include <asm/page.h>
10#if defined(__i386__) || defined(__mc68000__)
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#else
12#ifndef SEGMENT_SIZE
13#define SEGMENT_SIZE PAGE_SIZE
Kirill A. Shutemoved7b1882008-02-07 00:15:56 -080014#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif
16#endif
David Howells7fa30312008-02-08 04:19:28 -080017#endif /*__ASSEMBLY__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#endif /* __A_OUT_GNU_H__ */