summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/i686-linux-android/asm/mman.h
blob: 90269d6299a22ff2fe7b79c28f86f5aba6b7883e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef _ASM_X86_MMAN_H
#define _ASM_X86_MMAN_H
#define MAP_32BIT 0x40
#define MAP_ABOVE4G 0x80
#define SHADOW_STACK_SET_TOKEN (1ULL << 0)
#include <asm-generic/mman.h>
#endif