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  * S390 version
3  *
4  * Derived from "include/asm-i386/mman.h"
5  */
6 #ifndef __S390_MMAN_H__
7 #define __S390_MMAN_H__
8 
9 #include <uapi/asm/mman.h>
10 
11 #if !defined(__ASSEMBLY__) && defined(CONFIG_64BIT)
12 int s390_mmap_check(unsigned long addr, unsigned long len);
13 #define arch_mmap_check(addr,len,flags) s390_mmap_check(addr,len)
14 #endif
15 #endif /* __S390_MMAN_H__ */