about summary refs log tree commit diff stats
path: root/src/include/x64test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/x64test.h')
-rw-r--r--src/include/x64test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/x64test.h b/src/include/x64test.h
new file mode 100644
index 00000000..48e2a935
--- /dev/null
+++ b/src/include/x64test.h
@@ -0,0 +1,7 @@
+#ifndef __X64TEST_H_
+#define __X64TEST_H_
+
+void x64test_step(x64emu_t* ref, uintptr_t ip);
+void x64test_check(x64emu_t* ref, uintptr_t ip);
+
+#endif // __X64TEST_H_