aboutsummaryrefslogtreecommitdiffstats
path: root/battery.h
diff options
context:
space:
mode:
authorltoetsch <>2001-03-02 10:19:07 +0000
committerltoetsch <>2001-03-02 10:19:07 +0000
commite7b60f4d16ba5efc71e23a262557165f524c55dc (patch)
treedfe885cda929c762f925459565ec3382c689e4d0 /battery.h
parent2adc4c99b0b8c52047ab08c41c782802e0ae24e7 (diff)
downloadlcd4linux-e7b60f4d16ba5efc71e23a262557165f524c55dc.tar.gz
[lcd4linux @ 2001-03-02 10:18:03 by ltoetsch]
added /proc/apm battery stat
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