summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/power.h2
-rw-r--r--zephyr/shim/include/power/power.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/power.h b/include/power.h
index afc5d895d0..c3d90253d5 100644
--- a/include/power.h
+++ b/include/power.h
@@ -10,7 +10,7 @@
#include "common.h"
#include "compiler.h"
-#include "gpio.h"
+#include "gpio_signal.h"
#include "task_id.h"
FORWARD_DECLARE_ENUM(power_state) {
diff --git a/zephyr/shim/include/power/power.h b/zephyr/shim/include/power/power.h
index d5e03f68fa..4c14d510e3 100644
--- a/zephyr/shim/include/power/power.h
+++ b/zephyr/shim/include/power/power.h
@@ -7,6 +7,7 @@
#define ZEPHYR_CHROME_POWER_POWER_H
#include <devicetree.h>
+#include <drivers/gpio.h>
#define POWER_SIGNAL_LIST_NODE \
DT_NODELABEL(power_signal_list)