From 48585ec51df87e4da1f5af9c69770194b32d17b3 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Fri, 3 Oct 2008 19:02:42 +0000 Subject: Fix missing prototype warnings by moving declarations git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5407 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/exec.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'target-sparc/exec.h') diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 2b478cb2b5..75410aa790 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -21,23 +21,12 @@ static inline void regs_to_env(void) { } -/* helper.c */ -void cpu_lock(void); -void cpu_unlock(void); -int cpu_sparc_handle_mmu_fault(CPUState *env1, target_ulong address, int rw, - int mmu_idx, int is_softmmu); -target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev); -void dump_mmu(CPUState *env); - /* op_helper.c */ void do_interrupt(CPUState *env); /* cpu-exec.c */ void cpu_loop_exit(void); -/* sun4m.c */ -void cpu_check_irqs(CPUSPARCState *env); - static inline int cpu_halted(CPUState *env1) { if (!env1->halted) return 0; -- cgit v1.2.3