summaryrefslogtreecommitdiff
path: root/include/usb_charge.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-05-08 16:56:59 -0700
committerRandall Spangler <rspangler@chromium.org>2012-05-09 16:09:10 -0700
commit1655c8727a82d8a344400f1708d315decb57c73c (patch)
tree8df68e9691978bdc0a320b24b36ef6dcd30302ae /include/usb_charge.h
parent33422ee34169123a53bf47366e3ce474a6acfb3a (diff)
downloadchrome-ec-1655c8727a82d8a344400f1708d315decb57c73c.tar.gz
Add hooks for chipset power transitions
This is cleaner than having x86_power explicitly know about everything else in the system that cares about power transitions. Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=boot and shutdown system; still works. Mouse powered to system is off in S5. Change-Id: Ib673ca2d9edd5473334e7604e98b99b02b768419
Diffstat (limited to 'include/usb_charge.h')
-rw-r--r--include/usb_charge.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/usb_charge.h b/include/usb_charge.h
index 714deb5235..b73f57a684 100644
--- a/include/usb_charge.h
+++ b/include/usb_charge.h
@@ -27,10 +27,6 @@ enum usb_charge_mode {
USB_CHARGE_MODE_COUNT
};
-int usb_charge_all_ports_on(void);
-
-int usb_charge_all_ports_off(void);
-
int usb_charge_set_mode(int usb_port_id, enum usb_charge_mode);
#endif /* __CROS_EC_USB_CHARGE_H */