Files
linux-apfs/include/linux/a.out.h
T

18 lines
315 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef __A_OUT_GNU_H__
#define __A_OUT_GNU_H__
2012-10-13 10:46:48 +01:00
#include <uapi/linux/a.out.h>
2005-04-16 15:20:36 -07:00
#ifndef __ASSEMBLY__
2005-04-16 15:20:36 -07:00
#ifdef linux
#include <asm/page.h>
#if defined(__i386__) || defined(__mc68000__)
#else
#ifndef SEGMENT_SIZE
#define SEGMENT_SIZE PAGE_SIZE
2008-02-07 00:15:56 -08:00
#endif
2005-04-16 15:20:36 -07:00
#endif
#endif
#endif /*__ASSEMBLY__ */
2005-04-16 15:20:36 -07:00
#endif /* __A_OUT_GNU_H__ */