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
|
@ -21,7 +21,7 @@
|
|||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(pca953x, CONFIG_GPIO_LOG_LEVEL);
|
||||
|
||||
#include "gpio_utils.h"
|
||||
#include <zephyr/drivers/gpio/gpio_utils.h>
|
||||
|
||||
/* PCA953X Register addresses */
|
||||
#define PCA953X_INPUT_PORT 0x00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue