aboutsummaryrefslogtreecommitdiffstats
path: root/freebsd/Battery.c
blob: ab63aa101abb95b4224eae2378f09aaed0bb8173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
htop - freebsd/Battery.c
(C) 2015 Hisham H. Muhammad
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) {
   // TODO
   *level = -1;
   *isOnAC = AC_ERROR;
}

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