summaryrefslogtreecommitdiff
path: root/include/battery_smart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/battery_smart.h')
-rw-r--r--include/battery_smart.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/battery_smart.h b/include/battery_smart.h
index c5fd1d6eec..72b4cf6544 100644
--- a/include/battery_smart.h
+++ b/include/battery_smart.h
@@ -137,12 +137,6 @@
#define BATTERY_DISCHARGING_DISABLED 0x20
#define BATTERY_CHARGING_DISABLED 0x40
-/* Read from charger */
-int sbc_read(int cmd, int *param);
-
-/* Write to charger */
-int sbc_write(int cmd, int param);
-
/* Read from battery */
int sb_read(int cmd, int *param);