Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mman.h
Go to the documentation of this file.
1 /*
2  * Based on <asm-i386/mman.h>.
3  *
4  * Modified 1998-2000, 2002
5  * David Mosberger-Tang <[email protected]>, Hewlett-Packard Co
6  */
7 #ifndef _UAPI_ASM_IA64_MMAN_H
8 #define _UAPI_ASM_IA64_MMAN_H
9 
10 
11 #include <asm-generic/mman.h>
12 
13 #define MAP_GROWSUP 0x0200 /* register stack-like segment */
14 
15 
16 #endif /* _UAPI_ASM_IA64_MMAN_H */