vfs: fix return type of ioctl_file_dedupe_range
[linux-2.6-block.git] / include / linux / a.out.h
CommitLineData
1da177e4
LT
1#ifndef __A_OUT_GNU_H__
2#define __A_OUT_GNU_H__
3
607ca46e 4#include <uapi/linux/a.out.h>
1da177e4 5
7fa30315 6#ifndef __ASSEMBLY__
1da177e4
LT
7#ifdef linux
8#include <asm/page.h>
9#if defined(__i386__) || defined(__mc68000__)
1da177e4
LT
10#else
11#ifndef SEGMENT_SIZE
12#define SEGMENT_SIZE PAGE_SIZE
13#endif
14#endif
15#endif
7fa30315 16#endif /*__ASSEMBLY__ */
1da177e4 17#endif /* __A_OUT_GNU_H__ */