a.out.h 315 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
#ifndef __A_OUT_GNU_H__
#define __A_OUT_GNU_H__

4
#include <uapi/linux/a.out.h>
L
Linus Torvalds 已提交
5

6
#ifndef __ASSEMBLY__
L
Linus Torvalds 已提交
7 8 9 10 11 12 13 14 15
#ifdef linux
#include <asm/page.h>
#if defined(__i386__) || defined(__mc68000__)
#else
#ifndef SEGMENT_SIZE
#define SEGMENT_SIZE	PAGE_SIZE
#endif
#endif
#endif
16
#endif /*__ASSEMBLY__ */
L
Linus Torvalds 已提交
17
#endif /* __A_OUT_GNU_H__ */
反馈
建议
客服 返回
顶部