summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-23 00:59:24 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-02-23 00:59:24 -0300
commit5ca9b8e00266a4a3513143b91b87a616caee8f1c (patch)
treefdcdf2c11a0da061a7a09ccfa86ecfd9206f518f /unsupported
parent6f868b00c02ef241216e7b95e0a09c38760c2f16 (diff)
Work on fixing build of "unsupported" platform
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Platform.c6
-rw-r--r--unsupported/Platform.h7
2 files changed, 8 insertions, 5 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index d8618919..e5f22d2c 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -18,6 +18,7 @@ in the source distribution for its full text.
/*{
#include "Action.h"
#include "BatteryMeter.h"
+#include "UnsupportedProcess.h"
}*/
void Platform_setBindings(Htop_Action* keys) {
@@ -59,8 +60,3 @@ int Platform_getMaxPid() {
return -1;
}
-void Platform_getBatteryLevel(double* level, ACPresence* isOnAC) {
- *level = -1;
- *isOnAC = AC_ERROR;
-}
-
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index 026c45fb..888e8cf3 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -10,6 +10,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
+#include "BatteryMeter.h"
+#include "UnsupportedProcess.h"
void Platform_setBindings(Htop_Action* keys);
@@ -17,4 +19,9 @@ extern MeterClass* Platform_meterTypes[];
int Platform_getUptime();
+void Platform_getLoadAverage(double* one, double* five, double* fifteen);
+
+int Platform_getMaxPid();
+
+
#endif

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