1 /*
2  * Copyright (c) 2024 Renesas Electronics Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @file SoC configuration macros for the Renesas RA6M5 family MCU
9  */
10 
11 #ifndef ZEPHYR_SOC_RENESAS_RA6M5_SOC_H_
12 #define ZEPHYR_SOC_RENESAS_RA6M5_SOC_H_
13 
14 #include <bsp_api.h>
15 
16 #endif /* ZEPHYR_SOC_RENESAS_RA6M5_SOC_H_ */
17