summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu.h b/cpu.h
index 2e4d71e..cde7b2f 100644
--- a/cpu.h
+++ b/cpu.h
@@ -174,6 +174,7 @@ extern u32 *rom_branch_hash[ROM_BRANCH_HASH_SIZE];
void flush_translation_cache_rom(void);
void flush_translation_cache_ram(void);
void dump_translation_cache(void);
+void wipe_caches(void);
extern u32 reg_mode[7][7];
extern u32 spsr[6];