blob: 593e51d4643f6adb403a756f11408835ce075355 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_MMAN_H
2#define _ASM_X86_MMAN_H
Thomas Gleixner5c8eec52007-10-15 23:28:21 +02003
Thomas Gleixner5c8eec52007-10-15 23:28:21 +02004#define MAP_32BIT 0x40 /* only give out 32bit addresses */
5
Arnd Bergmann73a2d092009-06-18 21:48:20 +02006#include <asm-generic/mman.h>
Thomas Gleixner5c8eec52007-10-15 23:28:21 +02007
H. Peter Anvin1965aae2008-10-22 22:26:29 -07008#endif /* _ASM_X86_MMAN_H */