2014-11-27 23:02:52 +00:00
|
|
|
#ifndef HEADER_Battery
|
|
|
|
#define HEADER_Battery
|
|
|
|
/*
|
|
|
|
htop - linux/Battery.h
|
|
|
|
(C) 2004-2014 Hisham H. Muhammad
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2014-11-27 23:02:52 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
|
|
|
|
Linux battery readings written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com).
|
|
|
|
*/
|
|
|
|
|
2020-09-23 11:43:03 +00:00
|
|
|
#include "BatteryMeter.h"
|
|
|
|
|
2020-09-19 11:55:23 +00:00
|
|
|
|
2020-09-02 07:38:44 +00:00
|
|
|
void Battery_getData(double* level, ACPresence* isOnAC);
|
2014-11-27 23:02:52 +00:00
|
|
|
|
|
|
|
#endif
|