drivers: gpio: expose gpio_utils.h to external GPIO drivers
Expose "gpio_utils.h" header for external GPIO drivers. Fixes #48609. Signed-off-by: Balaji Kulkarni <balaji.kulkarni92@gmail.com>
This commit is contained in:
parent
57bb7d86a8
commit
7f1a5cce12
57 changed files with 60 additions and 62 deletions
|
@ -19,7 +19,7 @@
|
|||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(creg_gpio, CONFIG_GPIO_LOG_LEVEL);
|
||||
|
||||
#include "gpio_utils.h"
|
||||
#include <zephyr/drivers/gpio/gpio_utils.h>
|
||||
|
||||
/** Runtime driver data */
|
||||
struct creg_gpio_drv_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue