summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Platform.h')
-rw-r--r--unsupported/Platform.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index 582accb2..f628230f 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -78,4 +78,12 @@ static inline void Platform_gettime_monotonic(uint64_t* msec) {
Generic_gettime_monotonic(msec);
}
+static inline Hashtable* Platform_dynamicMeters(void) { return NULL; }
+
+static inline void Platform_dynamicMeterInit(ATTR_UNUSED Meter* meter) { }
+
+static inline void Platform_dynamicMeterUpdateValues(ATTR_UNUSED Meter* meter) { }
+
+static inline void Platform_dynamicMeterDisplay(ATTR_UNUSED const Meter* meter, ATTR_UNUSED RichString* out) { }
+
#endif