mman.h 170 字节
Newer Older
H
H. Peter Anvin 已提交
1 2
#ifndef _ASM_X86_MMAN_H
#define _ASM_X86_MMAN_H
3 4 5

#define MAP_32BIT	0x40		/* only give out 32bit addresses */

6
#include <asm-generic/mman.h>
7

H
H. Peter Anvin 已提交
8
#endif /* _ASM_X86_MMAN_H */