blob: 04cbf3c229287ab116b9c60b6ea6c359622e7a14 [file] [log] [blame]
Jon Medhurstbb1fe202014-01-24 15:41:33 +00001/*
Soby Mathew44170c42016-03-22 15:51:08 +00002 * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
Jon Medhurstbb1fe202014-01-24 15:41:33 +00003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Jon Medhurstbb1fe202014-01-24 15:41:33 +00005 */
6
Jon Medhurstbb1fe202014-01-24 15:41:33 +00007/*
Soby Mathew44170c42016-03-22 15:51:08 +00008 * This file is deprecated and is retained here only for compatibility.
9 * The xlat_tables library can be found in `lib/xlat_tables` directory.
Jon Medhurstbb1fe202014-01-24 15:41:33 +000010 */
Soby Mathew44170c42016-03-22 15:51:08 +000011#if !ERROR_DEPRECATED
12#include "../xlat_tables/xlat_tables_common.c"
13#include "../xlat_tables/aarch64/xlat_tables.c"
Jon Medhurstbb1fe202014-01-24 15:41:33 +000014#endif