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/sys/sys_io.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "gpio_utils.h"
|
||||
#include <zephyr/drivers/gpio/gpio_utils.h>
|
||||
|
||||
#define DT_DRV_COMPAT andestech_atcgpio100
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue