summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 329e64d653..a4b924915c 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -149,10 +149,6 @@ unsigned int input_millivolts(void); /* voltage that device is running from */
149void reset_battery_filter(int millivolts); 149void reset_battery_filter(int millivolts);
150#endif /* HAVE_BATTERY_SWITCH || HAVE_RESET_BATTERY_FILTER */ 150#endif /* HAVE_BATTERY_SWITCH || HAVE_RESET_BATTERY_FILTER */
151 151
152
153/* read unfiltered battery info */
154void battery_read_info(int *voltage, int *level);
155
156/* Tells if the battery level is safe for disk writes */ 152/* Tells if the battery level is safe for disk writes */
157bool battery_level_safe(void); 153bool battery_level_safe(void);
158 154