blob: 063d8c9e4d60b1fbc53451ebfb530a16d2b97f95 [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 Bergmann06f50132009-06-18 21:48:18 +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 */