1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef __ASM_GENERIC_MMAN_H 7 #define __ASM_GENERIC_MMAN_H 8 #include <asm-generic/mman-common.h> 9 #define MAP_GROWSDOWN 0x0100 10 #define MAP_DENYWRITE 0x0800 11 #define MAP_EXECUTABLE 0x1000 12 #define MAP_LOCKED 0x2000 13 #define MAP_NORESERVE 0x4000 14 #define MAP_POPULATE 0x8000 15 #define MAP_NONBLOCK 0x10000 16 #define MAP_STACK 0x20000 17 #define MAP_HUGETLB 0x40000 18 #define MAP_SYNC 0x80000 19 #define MCL_CURRENT 1 20 #define MCL_FUTURE 2 21 #define MCL_ONFAULT 4 22 #endif 23