about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/dynarec_la464.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/dynarec_la464.h b/src/include/dynarec_la464.h
new file mode 100644
index 00000000..2adb3e98
--- /dev/null
+++ b/src/include/dynarec_la464.h
@@ -0,0 +1,10 @@
+#ifndef __DYNAREC_LA464_H_
+#define __DYNAREC_LA464_H_
+
+typedef struct dynablock_s dynablock_t;
+typedef struct x64emu_s x64emu_t;
+
+void CancelBlock64(void);
+void* FillBlock64(dynablock_t* block, uintptr_t addr);
+
+#endif //__DYNAREC_LA464_H_
\ No newline at end of file