uprobes: remove function declarations from arch/{mips,s390}
[cascardo/linux.git] / arch / s390 / include / asm / mman.h
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 #ifndef __ASSEMBLY__
12 int s390_mmap_check(unsigned long addr, unsigned long len, unsigned long flags);
13 #define arch_mmap_check(addr, len, flags) s390_mmap_check(addr, len, flags)
14 #endif
15 #endif /* __S390_MMAN_H__ */