aboutsummaryrefslogtreecommitdiffstats
path: root/solaris/Battery.c
blob: 6d6e94bd261149a6471b9b6cbb2ab4e4f939d0cf (plain) (blame)
1
2
3
4
5
6
7
8

#include "BatteryMeter.h"

void Battery_getData(double* level, ACPresence* isOnAC) {
   *level = -1;
   *isOnAC = AC_ERROR;
}

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