drivers: gpio_s32: expose gpio_utils.h

Expose gpio_utils.h to follow updates in #51526

Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
This commit is contained in:
Dat Nguyen Duy 2022-11-04 06:50:21 +07:00 committed by Christopher Friedt
parent 6664953f12
commit da04197fdf

View file

@ -7,7 +7,7 @@
#define DT_DRV_COMPAT nxp_s32_gpio
#include <zephyr/drivers/gpio.h>
#include "gpio_utils.h"
#include <zephyr/drivers/gpio/gpio_utils.h>
#include <Siul2_Port_Ip.h>
#include <Siul2_Dio_Ip.h>