aboutsummaryrefslogtreecommitdiff
path: root/include/plat/arm/common/arm_xlat_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plat/arm/common/arm_xlat_tables.h')
-rw-r--r--include/plat/arm/common/arm_xlat_tables.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/plat/arm/common/arm_xlat_tables.h b/include/plat/arm/common/arm_xlat_tables.h
new file mode 100644
index 00000000..0923ad8a
--- /dev/null
+++ b/include/plat/arm/common/arm_xlat_tables.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#if ARM_XLAT_TABLES_LIB_V1
+#include <xlat_tables.h>
+#else
+#include <xlat_tables_v2.h>
+#endif /* ARM_XLAT_TABLES_LIB_V1 */