1 #ifndef AARCH64_TARGET_MMAN_H 2 #define AARCH64_TARGET_MMAN_H 3 4 #define TARGET_PROT_BTI 0x10 5 #define TARGET_PROT_MTE 0x20 6 7 #include "../generic/target_mman.h" 8 9 #endif 10
1 #ifndef AARCH64_TARGET_MMAN_H 2 #define AARCH64_TARGET_MMAN_H 3 4 #define TARGET_PROT_BTI 0x10 5 #define TARGET_PROT_MTE 0x20 6 7 #include "../generic/target_mman.h" 8 9 #endif 10