2017-04-19 14:12:17 +00:00
|
|
|
#ifndef HEADER_Battery
|
|
|
|
#define HEADER_Battery
|
|
|
|
/*
|
|
|
|
htop - dragonflybsd/Battery.h
|
|
|
|
(C) 2015 Hisham H. Muhammad
|
|
|
|
(C) 2017 Diederik de Groot
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2017-04-19 14:12:17 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
2020-09-25 12:03:55 +00:00
|
|
|
#include "BatteryMeter.h"
|
|
|
|
|
2017-04-19 14:12:17 +00:00
|
|
|
void Battery_getData(double* level, ACPresence* isOnAC);
|
|
|
|
|
|
|
|
#endif
|