blob: 9ac0ca7bf1d7c201c98f949a4e035f49d30ea62e [file] [log] [blame]
/*
* Copyright (c) 2021-2025 Gerson Fernando Budke <nandojve@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_HAL_BFLB_GPIO_H_
#define ZEPHYR_HAL_BFLB_GPIO_H_
#ifdef CONFIG_SOC_SERIES_BL60X
#include <bl602_gpio.h>
#endif
#endif /* ZEPHYR_HAL_BFLB_GPIO_H_ */