2008-10-23 13:26:29 +08:00
|
|
|
#ifndef _ASM_X86_MMAN_H
|
|
|
|
#define _ASM_X86_MMAN_H
|
2007-10-16 05:28:21 +08:00
|
|
|
|
|
|
|
#define MAP_32BIT 0x40 /* only give out 32bit addresses */
|
|
|
|
|
2009-06-19 03:48:20 +08:00
|
|
|
#include <asm-generic/mman.h>
|
2007-10-16 05:28:21 +08:00
|
|
|
|
2008-10-23 13:26:29 +08:00
|
|
|
#endif /* _ASM_X86_MMAN_H */
|