summaryrefslogtreecommitdiff
path: root/include/power.h
diff options
context:
space:
mode:
authorKevin K Wong <kevin.k.wong@intel.com>2015-06-11 14:12:50 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-07-14 07:35:27 +0000
commit776ea6b1189c5c3fec1489bd4f2a66bb0500b2ce (patch)
tree380ccd0fb1c3165b55e0a6209ba2f1489b2f4a74 /include/power.h
parent2d01549b2bb78f87f96584ac9972fbddd4002c11 (diff)
downloadchrome-ec-776ea6b1189c5c3fec1489bd4f2a66bb0500b2ce.tar.gz
Braswell: Added SOC G3 / Pseudo G3 support
BUG=none TEST=Tested on DVT 1.1, verified V3p3A is off in Pseudo G3 BRANCH=none Change-Id: Id73b42d9f2e49239e82fad7931bbcc63e36a2c0b Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com> Signed-off-by: Kyoung Kim <kyoung.il.kim@intel.com> Signed-off-by: li feng <li1.feng@intel.com> Reviewed-on: https://chromium-review.googlesource.com/283602 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Commit-Queue: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com>
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 */