1 /*
2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6 
7 #ifndef BSP_GUARD_H
8 #define BSP_GUARD_H
9 
10 #include "bsp_api.h"
11 
12 /*******************************************************************************************************************//**
13  * @addtogroup BSP_MCU
14  *
15  * @{
16  **********************************************************************************************************************/
17 
18 /** Common macro for FSP header files. There is also a corresponding FSP_FOOTER macro at the end of this file. */
19 FSP_HEADER
20 
21 /** @} (end addtogroup BSP_MCU) */
22 
23 /** Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */
24     FSP_FOOTER
25 
26 #endif
27