/* | |
* Copyright (c) 2021 Teslabs Engineering S.L. | |
* | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
/** | |
* @file | |
* Gigadevice SoC specific helpers for pinctrl driver | |
*/ | |
#ifndef ZEPHYR_SOC_ARM_GIGADEVICE_COMMON_PINCTRL_SOC_H_ | |
#define ZEPHYR_SOC_ARM_GIGADEVICE_COMMON_PINCTRL_SOC_H_ | |
#include <zephyr/drivers/pinctrl/pinctrl_soc_gd32_common.h> | |
#endif /* ZEPHYR_SOC_ARM_GIGADEVICE_COMMON_PINCTRL_SOC_H_ */ |