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