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 #include <asm-generic/mman.h>
2 
3 #define arch_mmap_check(addr, len, flags) \
4  (((flags) & MAP_FIXED && (addr) < FIRST_USER_ADDRESS) ? -EINVAL : 0)