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_la64.h10
-rw-r--r--src/include/dynarec_rv64.h10
2 files changed, 0 insertions, 20 deletions
diff --git a/src/include/dynarec_la64.h b/src/include/dynarec_la64.h
deleted file mode 100644
index cf8946f0..00000000
--- a/src/include/dynarec_la64.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __DYNAREC_LA64_H_
-#define __DYNAREC_LA64_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_LA64_H_
\ No newline at end of file
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