2008-10-22 22:26:29 -07:00
|
|
|
#ifndef _ASM_X86_MMAN_H
|
|
|
|
#define _ASM_X86_MMAN_H
|
2007-10-15 14:28:21 -07:00
|
|
|
|
|
|
|
#define MAP_32BIT 0x40 /* only give out 32bit addresses */
|
|
|
|
|
2009-06-18 12:48:20 -07:00
|
|
|
#include <asm-generic/mman.h>
|
2007-10-15 14:28:21 -07:00
|
|
|
|
2008-10-22 22:26:29 -07:00
|
|
|
#endif /* _ASM_X86_MMAN_H */
|