blob: 90269d6299a22ff2fe7b79c28f86f5aba6b7883e [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 */
Elliott Hughesabd62612013-11-08 11:45:48 -08007#ifndef _ASM_X86_MMAN_H
8#define _ASM_X86_MMAN_H
9#define MAP_32BIT 0x40
Christopher Ferris67d1e5e2023-10-31 13:36:37 -070010#define MAP_ABOVE4G 0x80
11#define SHADOW_STACK_SET_TOKEN (1ULL << 0)
Elliott Hughesabd62612013-11-08 11:45:48 -080012#include <asm-generic/mman.h>
13#endif