1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef __ASM_GENERIC_MMAN_H 8 #define __ASM_GENERIC_MMAN_H 9 #include <asm-generic/mman-common.h> 10 #define MAP_GROWSDOWN 0x0100 11 #define MAP_DENYWRITE 0x0800 12 #define MAP_EXECUTABLE 0x1000 13 #define MAP_LOCKED 0x2000 14 #define MAP_NORESERVE 0x4000 15 #define MCL_CURRENT 1 16 #define MCL_FUTURE 2 17 #define MCL_ONFAULT 4 18 #endif 19