linux/arch/x86/include/uapi/asm/mman.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_MMAN_H
#define _ASM_X86_MMAN_H

#define MAP_32BIT
#define MAP_ABOVE4G

/* Flags for map_shadow_stack(2) */
#define SHADOW_STACK_SET_TOKEN

#include <asm-generic/mman.h>

#endif /* _ASM_X86_MMAN_H */