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