summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-12-12 20:43:08 +0100
committerBenny Baumann <BenBE@geshi.org>2020-12-13 11:47:34 +0100
commitf32f0188cd140f965c5e02f7fb875116522c4b41 (patch)
tree5eeffc53cf9c7ad26f441e31df7df6a15e81fa9f /darwin/Platform.h
parente65cdf947cba77e143a31981295062f1aef6d494 (diff)
Correct timebase for non-x86 CPUs on Darwin
Fixes: #368
Diffstat (limited to 'darwin/Platform.h')
-rw-r--r--darwin/Platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/darwin/Platform.h b/darwin/Platform.h
index e1f83553..6213164c 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -19,12 +19,15 @@ in the source distribution for its full text.
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
+
extern ProcessFieldData Process_fields[];
extern ProcessField Platform_defaultFields[];
extern int Platform_numberOfFields;
+extern double Platform_timebaseToNS;
+
extern const SignalItem Platform_signals[];
extern const unsigned int Platform_numberOfSignals;

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