You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
406 B
14 lines
406 B
/*
|
|
* 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
|
|
|