GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / s390 / include / asm / mman.h
blob4e9c8ae0a6375211d10119c8be241ac1543c68d0
1 /*
2 * include/asm-s390/mman.h
4 * S390 version
6 * Derived from "include/asm-i386/mman.h"
7 */
9 #ifndef __S390_MMAN_H__
10 #define __S390_MMAN_H__
12 #include <asm-generic/mman.h>
14 #if defined(__KERNEL__) && !defined(__ASSEMBLY__) && defined(CONFIG_64BIT)
15 int s390_mmap_check(unsigned long addr, unsigned long len);
16 #define arch_mmap_check(addr,len,flags) s390_mmap_check(addr,len)
17 #endif
19 #endif /* __S390_MMAN_H__ */