summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/xduoo/power-xduoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/xduoo/power-xduoo.h')
-rw-r--r--firmware/target/hosted/xduoo/power-xduoo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/xduoo/power-xduoo.h b/firmware/target/hosted/xduoo/power-xduoo.h
index d573865ed2..ee016bd60b 100644
--- a/firmware/target/hosted/xduoo/power-xduoo.h
+++ b/firmware/target/hosted/xduoo/power-xduoo.h
@@ -23,9 +23,6 @@
#include <stdbool.h>
#include "config.h"
-unsigned int xduoo_power_input_status(void);
-bool xduoo_power_charging_status(void);
unsigned int xduoo_power_get_battery_voltage(void);
unsigned int xduoo_power_get_battery_capacity(void);
#endif /* _POWER_XDUOO_H_ */
-