about summary refs log tree commit diff stats
path: root/src/include/dynarec_rv64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dynarec_rv64.h')
-rw-r--r--src/include/dynarec_rv64.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/dynarec_rv64.h b/src/include/dynarec_rv64.h
deleted file mode 100644
index dd3b734e..00000000
--- a/src/include/dynarec_rv64.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __DYNAREC_RV64_H_
-#define __DYNAREC_RV64_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_RV64_H_
\ No newline at end of file