17 lines
328 B
C
17 lines
328 B
C
/*
|
|
* Copyright (c) 2024 Renesas Electronics Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @file SoC configuration macros for the Renesas RA6M3 family MCU
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_RENESAS_RA6M3_SOC_H_
|
|
#define ZEPHYR_SOC_RENESAS_RA6M3_SOC_H_
|
|
|
|
#include <bsp_api.h>
|
|
|
|
#endif /* ZEPHYR_SOC_RENESAS_RA6M3_SOC_H_ */
|