/* * Copyright (c) 2024 Renesas Electronics Corporation * * SPDX-License-Identifier: Apache-2.0 */ /** * @file SoC configuration macros for the Renesas RA8M1 family MCU */ #ifndef ZEPHYR_SOC_RENESAS_RA8M1_SOC_H_ #define ZEPHYR_SOC_RENESAS_RA8M1_SOC_H_ #include <bsp_api.h> #endif /* ZEPHYR_SOC_RENESAS_RA8M1_SOC_H_ */