summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/gpio/gpio_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/gpio/gpio_int.h')
-rw-r--r--zephyr/shim/include/gpio/gpio_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/shim/include/gpio/gpio_int.h b/zephyr/shim/include/gpio/gpio_int.h
index 10c9b14b6b..5cbddf76ca 100644
--- a/zephyr/shim/include/gpio/gpio_int.h
+++ b/zephyr/shim/include/gpio/gpio_int.h
@@ -6,9 +6,9 @@
#ifndef ZEPHYR_SHIM_INCLUDE_GPIO_GPIO_INT_H_
#define ZEPHYR_SHIM_INCLUDE_GPIO_GPIO_INT_H_
-#include <device.h>
-#include <devicetree.h>
-#include <drivers/gpio.h>
+#include <zephyr/device.h>
+#include <zephyr/devicetree.h>
+#include <zephyr/drivers/gpio.h>
/*
* Zephyr based interrupt handling.