18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _UAPI__ASM_MMAN_H 38c2ecf20Sopenharmony_ci#define _UAPI__ASM_MMAN_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <asm-generic/mman.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define PROT_BTI 0x10 /* BTI guarded page */ 88c2ecf20Sopenharmony_ci#define PROT_MTE 0x20 /* Normal Tagged mapping */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#endif /* ! _UAPI__ASM_MMAN_H */ 11