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

#include "BatteryMeter.h"


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

#endif