summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Platform.h')
-rw-r--r--unsupported/Platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index 026c45fb..2476d601 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -17,4 +17,6 @@ extern MeterClass* Platform_meterTypes[];
int Platform_getUptime();
+void Platform_getLoadAverage(double* one, double* five, double* fifteen);
+
#endif