1 /* 2 * Arm SCP/MCP Software 3 * Copyright (c) 2017-2021, Arm Limited and Contributors. All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef RTE_COMPONENTS_H 9 #define RTE_COMPONENTS_H 10 11 #define CMSIS_device_header <fmw_cmsis.h> 12 13 #endif /* RTE_COMPONENTS_H */ 14