![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __A_OUT_GNU_H__ 0003 #define __A_OUT_GNU_H__ 0004 0005 #include <uapi/linux/a.out.h> 0006 0007 #ifndef __ASSEMBLY__ 0008 #ifdef linux 0009 #include <asm/page.h> 0010 #if defined(__i386__) || defined(__mc68000__) 0011 #else 0012 #ifndef SEGMENT_SIZE 0013 #define SEGMENT_SIZE PAGE_SIZE 0014 #endif 0015 #endif 0016 #endif 0017 #endif /*__ASSEMBLY__ */ 0018 #endif /* __A_OUT_GNU_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |