aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-sh4/exec.h')
-rw-r--r--target-sh4/exec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h
index 313587462..eb80d9286 100644
--- a/target-sh4/exec.h
+++ b/target-sh4/exec.h
@@ -71,10 +71,6 @@ int find_itlb_entry(CPUState * env, target_ulong address,
int use_asid, int update);
int find_utlb_entry(CPUState * env, target_ulong address, int use_asid);
-void helper_div1_T0_T1(void);
-void helper_rotcl(uint32_t * addr);
-void helper_rotcr(uint32_t * addr);
-
void do_interrupt(CPUState * env);
void cpu_loop_exit(void);