aboutsummaryrefslogtreecommitdiffstats
path: root/linux/Battery.h
blob: 8ca0d7fbe93b47c1318cacba08dfc7b85def5046 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef HEADER_Battery
#define HEADER_Battery
/*
htop - linux/Battery.h
(C) 2004-2014 Hisham H. Muhammad
Released under the GNU GPL, 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).
*/

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

#endif

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