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 _ASM_IA64_MMAN_H
8 #define _ASM_IA64_MMAN_H
9 
10 #include <uapi/asm/mman.h>
11 
12 #ifndef __ASSEMBLY__
13 #define arch_mmap_check ia64_mmap_check
14 int ia64_mmap_check(unsigned long addr, unsigned long len,
15  unsigned long flags);
16 #endif
17 #endif /* _ASM_IA64_MMAN_H */