summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power.h')
-rw-r--r--include/power.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/power.h b/include/power.h
index 9ba4213ad1..6a108c8690 100644
--- a/include/power.h
+++ b/include/power.h
@@ -117,4 +117,8 @@ inline int power_get_pause_in_s5(void);
*/
inline void power_set_pause_in_s5(int pause);
+#ifdef CONFIG_LOW_POWER_PSEUDO_G3
+void enter_pseudo_g3(void);
+#endif
+
#endif /* __CROS_EC_POWER_H */