Merge "Trivial decode of __riscv_hwprobe()." into main
diff --git a/xlat/mmap_prot.h b/xlat/mmap_prot.h
index 310e7f1..edca99c 100644
--- a/xlat/mmap_prot.h
+++ b/xlat/mmap_prot.h
@@ -41,6 +41,12 @@
 #if defined(PROT_ADI) || (defined(HAVE_DECL_PROT_ADI) && HAVE_DECL_PROT_ADI)
   XLAT(PROT_ADI),
 #endif
+#if defined(PROT_BTI)
+  XLAT(PROT_BTI),
+#endif
+#if defined(PROT_MTE)
+  XLAT(PROT_MTE),
+#endif
  XLAT_END
 };