summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-05-14 13:55:51 -0700
committerRandall Spangler <rspangler@chromium.org>2012-05-14 16:07:17 -0700
commita59178373a118015c83b363485103455806366f8 (patch)
tree9fd73d2d12564327c998131b38e32e8a815306ae /include/chipset.h
parent805299d838c996c1a96b9808214d742ea28eb707 (diff)
downloadchrome-ec-a59178373a118015c83b363485103455806366f8.tar.gz
Change polarity of PROCHOT signal to match EVT
This would throttle proto1 systems, if it weren't for a HW bug which means we don't have prochot control over proto1 systems at all. Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=chrome-os-partner:8982 TEST=system still boots Change-Id: Ie42c034141f24795ec2bfee592e194001d3cd174
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/chipset.h b/include/chipset.h
index ac192f29c9..b2f8897ea9 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -38,4 +38,7 @@ int chipset_in_state(int state_mask);
* already left the state, or was not in the state to begin with. */
void chipset_exit_hard_off(void);
+/* Enable/disable CPU throttling. */
+void chipset_throttle_cpu(int throttle);
+
#endif /* __CROS_EC_CHIPSET_H */