aboutsummaryrefslogtreecommitdiff
path: root/include/plat/arm/common/arm_xlat_tables.h
blob: 0923ad8a1a06932a1c65740dfa8f043c96bf08ed (plain)
1
2
3
4
5
6
7
8
9
10
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 */