summaryrefslogtreecommitdiff
path: root/lib/aarch64/xlat_tables.c
blob: 04cbf3c229287ab116b9c60b6ea6c359622e7a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/*
 * This file is deprecated and is retained here only for compatibility.
 * The xlat_tables library can be found in `lib/xlat_tables` directory.
 */
#if !ERROR_DEPRECATED
#include "../xlat_tables/xlat_tables_common.c"
#include "../xlat_tables/aarch64/xlat_tables.c"
#endif