summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Bellows <greg.bellows@linaro.org>2014-11-11 14:57:40 -0600
committerGreg Bellows <greg.bellows@linaro.org>2014-11-19 15:27:26 -0600
commit3a4b799cf005f448de63d2cda76b3f33e6a3a8ab (patch)
tree980a12aa0454c6517138d40085e5e8afa2d9d388 /include
parentfc0163d64c530647f67f386778b76ead97f86ff3 (diff)
android-console: Add GF battery prop print func
Add a function for printing out the Goldfish battery properties to the android console. Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/misc/goldfish_battery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/misc/goldfish_battery.h b/include/hw/misc/goldfish_battery.h
index 85a9f2f10..f497538a5 100644
--- a/include/hw/misc/goldfish_battery.h
+++ b/include/hw/misc/goldfish_battery.h
@@ -68,4 +68,6 @@ enum power_supply_property {
POWER_SUPPLY_PROP_MANUFACTURER,
};
+extern void goldfish_battery_display(Monitor *mon);
+
#endif /* _HW_GOLDFISH_BATTERY_H */