aboutsummaryrefslogtreecommitdiffstats
path: root/battery.h
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-02 10:19:07 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-02 10:19:07 +0000
commit9fcb620b3c951b83608f6808cf3b1a693f397557 (patch)
treedfe885cda929c762f925459565ec3382c689e4d0 /battery.h
parent46133e712097beaa243ac68c319603796f78526e (diff)
downloadlcd4linux-9fcb620b3c951b83608f6808cf3b1a693f397557.tar.gz
[lcd4linux @ 2001-03-02 10:18:03 by ltoetsch]
added /proc/apm battery stat git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@93 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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