From e7b60f4d16ba5efc71e23a262557165f524c55dc Mon Sep 17 00:00:00 2001 From: ltoetsch <> Date: Fri, 2 Mar 2001 10:19:07 +0000 Subject: [lcd4linux @ 2001-03-02 10:18:03 by ltoetsch] added /proc/apm battery stat --- battery.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 battery.h (limited to 'battery.h') 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 -- cgit v1.2.3