summaryrefslogtreecommitdiff
path: root/include/power/tps65217.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power/tps65217.h')
-rw-r--r--include/power/tps65217.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/power/tps65217.h b/include/power/tps65217.h
index 00fbab80cb8..669a94a6c87 100644
--- a/include/power/tps65217.h
+++ b/include/power/tps65217.h
@@ -80,6 +80,8 @@ enum {
#define TPS65217_PWR_SRC_USB_BITMASK 0x4
#define TPS65217_PWR_SRC_AC_BITMASK 0x8
+int power_tps65217_init(unsigned char bus);
+
int tps65217_reg_read(uchar src_reg, uchar *src_val);
int tps65217_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,
uchar mask);