summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/Battery.h
blob: 2e42351b10862e54f2cbc1dc9f748dc8f204b3dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef HEADER_Battery
#define HEADER_Battery
/*
htop - dragonflybsd/Battery.h
(C) 2015 Hisham H. Muhammad
(C) 2017 Diederik de Groot
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/

#include "BatteryMeter.h"

void Battery_getData(double* level, ACPresence* isOnAC);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy