1 /* 2 * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef SGI_SOC_PLATFORM_DEF_H 8 #define SGI_SOC_PLATFORM_DEF_H 9 10 #include <sgi_base_platform_def.h> 11 #include <plat/arm/board/common/board_css_def.h> 12 #include <plat/arm/board/common/v2m_def.h> 13 #include <plat/arm/soc/common/soc_css_def.h> 14 15 #endif /* SGI_SOC_PLATFORM_DEF_H */ 16