summaryrefslogtreecommitdiffstats
path: root/darwin/PlatformHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'darwin/PlatformHelpers.h')
-rw-r--r--darwin/PlatformHelpers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/darwin/PlatformHelpers.h b/darwin/PlatformHelpers.h
index f78ca4ea..f1af1c0b 100644
--- a/darwin/PlatformHelpers.h
+++ b/darwin/PlatformHelpers.h
@@ -31,4 +31,10 @@ bool Platform_KernelVersionIsBetween(KernelVersion lowerBound, KernelVersion upp
double Platform_calculateNanosecondsPerMachTick(void);
+void Platform_getCPUBrandString(char *cpuBrandString, size_t cpuBrandStringSize);
+
+bool Platform_isRunningTranslated(void);
+
+double Platform_calculateNanosecondsPerMachTick(void);
+
#endif

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