xlat_tables.c 406 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
3
 *
dp-arm's avatar
dp-arm committed
4
 * SPDX-License-Identifier: BSD-3-Clause
5
6
7
 */

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