Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef __ASM_GENERIC_MMAN_H |
| 8 | #define __ASM_GENERIC_MMAN_H |
| 9 | #include <asm-generic/mman-common.h> |
| 10 | #define MAP_GROWSDOWN 0x0100 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define MAP_DENYWRITE 0x0800 |
| 12 | #define MAP_EXECUTABLE 0x1000 |
| 13 | #define MAP_LOCKED 0x2000 |
| 14 | #define MAP_NORESERVE 0x4000 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 15 | #define MCL_CURRENT 1 |
| 16 | #define MCL_FUTURE 2 |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 17 | #define MCL_ONFAULT 4 |
Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 18 | #endif |