1 /*
2  * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * This file is deprecated and is retained here only for compatibility.
9  * The xlat_tables library can be found in `lib/xlat_tables` directory.
10  */
11 #if !ERROR_DEPRECATED
12 #include "../xlat_tables/xlat_tables_common.c"
13 #include "../xlat_tables/aarch64/xlat_tables.c"
14 #endif
15