summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power.h')
-rw-r--r--include/power.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/power.h b/include/power.h
index c1f83f9e26..728903be01 100644
--- a/include/power.h
+++ b/include/power.h
@@ -400,6 +400,11 @@ void power_reset_host_sleep_state(void);
#endif /* CONFIG_POWER_S0IX */
#endif /* CONFIG_POWER_TRACK_HOST_SLEEP_STATE */
+#if defined(CONFIG_AP_PWRSEQ_S0IX_COUNTER) || \
+ defined(CONFIG_POWERSEQ_S0IX_COUNTER)
+extern atomic_t s0ix_counter;
+#endif
+
/**
* Board specific implementation to enable/disable the PP5000 rail.
*