You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
386 B
16 lines
386 B
#ifndef HEADER_Battery |
|
#define HEADER_Battery |
|
/* |
|
htop - linux/Battery.h |
|
(C) 2004-2014 Hisham H. Muhammad |
|
Released under the GNU GPLv2, see the COPYING file |
|
in the source distribution for its full text. |
|
|
|
Linux battery readings written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com). |
|
*/ |
|
|
|
#include "BatteryMeter.h" |
|
|
|
void Battery_getData(double* level, ACPresence* isOnAC); |
|
|
|
#endif
|
|
|