summaryrefslogtreecommitdiff
path: root/driver/charger/bd99955.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/charger/bd99955.h')
-rw-r--r--driver/charger/bd99955.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/charger/bd99955.h b/driver/charger/bd99955.h
index 69884dce13..7deae54b09 100644
--- a/driver/charger/bd99955.h
+++ b/driver/charger/bd99955.h
@@ -247,8 +247,8 @@ enum bd99955_charge_port {
* functionality not part of the standard charger interface.
*/
-/* Return true if extpower is present on their input port. */
-int bd99955_extpower_is_present(void);
+/* Is VBUS provided or external power present */
+int bd99955_is_vbus_provided(int port);
/* Select input port from {VCC, VBUS, VCC&VBUS, NONE}. */
int bd99955_select_input_port(enum bd99955_charge_port port);
/* Enable/Disable charging triggered by BC1.2 */