diff options
author | ltoetsch <> | 2001-03-02 10:19:07 +0000 |
---|---|---|
committer | ltoetsch <> | 2001-03-02 10:19:07 +0000 |
commit | e7b60f4d16ba5efc71e23a262557165f524c55dc (patch) | |
tree | dfe885cda929c762f925459565ec3382c689e4d0 /battery.h | |
parent | 2adc4c99b0b8c52047ab08c41c782802e0ae24e7 (diff) | |
download | lcd4linux-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.h | 7 |
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 |