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