Home | History | Annotate | Download | only in common
      1 /*
      2  * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
      3  *
      4  * SPDX-License-Identifier: BSD-3-Clause
      5  */
      6 
      7 #if ARM_XLAT_TABLES_LIB_V1
      8 #include <xlat_tables.h>
      9 #else
     10 #include <xlat_tables_v2.h>
     11 #endif /* ARM_XLAT_TABLES_LIB_V1 */
     12