Go to the documentation of this file.
6 #ifndef __S390_MMAN_H__
7 #define __S390_MMAN_H__
9 #include <uapi/asm/mman.h>
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)