13 lines
345 B
C
13 lines
345 B
C
/*
|
|
* Copyright (c) 2021 IoT.bzh
|
|
* Copyright (c) 2024 EPAM Systems
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_ARM_RENESAS_RCAR_GEN3_PINCTRL_SOC_H_
|
|
#define ZEPHYR_SOC_ARM_RENESAS_RCAR_GEN3_PINCTRL_SOC_H_
|
|
#include <zephyr/drivers/pinctrl/pinctrl_rcar_common.h>
|
|
|
|
#endif /* ZEPHYR_SOC_ARM_RENESAS_RCAR_GEN3_PINCTRL_SOC_H_ */
|