Newer
Older
arm-trusted-firmware / lib / aarch64 / xlat_tables.c
@dp-arm dp-arm on 3 May 2017 406 bytes Use SPDX license identifiers
/*
 * 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