aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/asm-arm64/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-headers/asm-arm64/mman.h')
-rw-r--r--linux-headers/asm-arm64/mman.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-headers/asm-arm64/mman.h b/linux-headers/asm-arm64/mman.h
index 8eebf89f5a..e94b9af859 100644
--- a/linux-headers/asm-arm64/mman.h
+++ b/linux-headers/asm-arm64/mman.h
@@ -1 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef __ASM_MMAN_H
+#define __ASM_MMAN_H
+
#include <asm-generic/mman.h>
+
+#define PROT_BTI 0x10 /* BTI guarded page */
+
+#endif /* ! _UAPI__ASM_MMAN_H */