aboutsummaryrefslogtreecommitdiffstats
path: root/battery.h
diff options
context:
space:
mode:
Diffstat (limited to 'battery.h')
-rw-r--r--battery.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/battery.h b/battery.h
new file mode 100644
index 0000000..023323c
--- /dev/null
+++ b/battery.h
@@ -0,0 +1,7 @@
+#ifndef _BATTERY_H_
+#define _BATTERY_H_
+
+
+int Battery ( int *perc, int *stat, double *dur);
+
+#endif