Newer
Older
arm-trusted-firmware / include / plat / arm / common / arm_xlat_tables.h
@dp-arm dp-arm on 3 May 2017 248 bytes Use SPDX license identifiers
/*
 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#if ARM_XLAT_TABLES_LIB_V1
#include <xlat_tables.h>
#else
#include <xlat_tables_v2.h>
#endif /* ARM_XLAT_TABLES_LIB_V1 */