summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/power/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/power/power.h')
-rw-r--r--zephyr/shim/include/power/power.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/shim/include/power/power.h b/zephyr/shim/include/power/power.h
index 4c14d510e3..6ea2444705 100644
--- a/zephyr/shim/include/power/power.h
+++ b/zephyr/shim/include/power/power.h
@@ -6,8 +6,8 @@
#ifndef ZEPHYR_CHROME_POWER_POWER_H
#define ZEPHYR_CHROME_POWER_POWER_H
-#include <devicetree.h>
-#include <drivers/gpio.h>
+#include <zephyr/devicetree.h>
+#include <zephyr/drivers/gpio.h>
#define POWER_SIGNAL_LIST_NODE \
DT_NODELABEL(power_signal_list)