summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/Battery.h
blob: eed0f630fae839d4546a51aa53be8a22de73ebc8 (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 GPLv2, 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