about summary refs log tree commit diff stats
path: root/src/include/freq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/freq.h')
-rw-r--r--src/include/freq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/freq.h b/src/include/freq.h
new file mode 100644
index 00000000..2f3a2427
--- /dev/null
+++ b/src/include/freq.h
@@ -0,0 +1,9 @@
+#ifndef __FREQ_H_
+#define __FREQ_H_
+
+typedef struct x64emu_s x64emu_t;
+
+uint64_t ReadTSC(x64emu_t* emu);
+uint64_t ReadTSCFrequency(x64emu_t* emu);
+
+#endif // __FREQ_H_
\ No newline at end of file