1 /* 2 * Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 /** 8 * @file SoC configuration macros for the Renesas RA4M1 family MCU 9 */ 10 11 #ifndef ZEPHYR_SOC_RENESAS_RA4M1_SOC_H_ 12 #define ZEPHYR_SOC_RENESAS_RA4M1_SOC_H_ 13 14 #include <bsp_api.h> 15 16 #endif /* ZEPHYR_SOC_RENESAS_RA4M1_SOC_H_ */ 17