summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Platform.h')
-rw-r--r--openbsd/Platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index f44fea2d..971c7bf5 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -12,6 +12,7 @@ in the source distribution for its full text.
#include "Action.h"
#include "BatteryMeter.h"
+#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[];
@@ -35,6 +36,10 @@ extern ProcessField Platform_defaultFields[];
extern int Platform_numberOfFields;
+extern SignalItem Platform_signals[];
+
+extern unsigned int Platform_numberOfSignals;
+
void Platform_setBindings(Htop_Action* keys);
extern MeterClass* Platform_meterTypes[];