blob: a2a5de9552d1f85d2dfcb96bf7ce485497f071ff [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __ASM_GENERIC_MMAN_H
8#define __ASM_GENERIC_MMAN_H
9#include <asm-generic/mman-common.h>
10#define MAP_GROWSDOWN 0x0100
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define MAP_DENYWRITE 0x0800
12#define MAP_EXECUTABLE 0x1000
13#define MAP_LOCKED 0x2000
14#define MAP_NORESERVE 0x4000
Ben Cheng655a7c02013-10-16 16:09:24 -070015#define MCL_CURRENT 1
16#define MCL_FUTURE 2
Christopher Ferris05d08e92016-02-04 13:16:38 -080017#define MCL_ONFAULT 4
Nick Kralevicha67e4de2013-01-14 11:28:26 -080018#endif