]> git.proxmox.com Git - qemu.git/blobdiff - target-sparc/exec.h
SPARC merge
[qemu.git] / target-sparc / exec.h
index 1b3d9a08067d893549eb8659948bffbf697a5ada..f8edc17153d603d4077a1c4da8e446d0b867a711 100644 (file)
@@ -40,6 +40,9 @@ void do_interrupt(int intno, int is_int, int error_code,
 void raise_exception_err(int exception_index, int error_code);
 void raise_exception(int tt);
 void memcpy32(uint32_t *dst, const uint32_t *src);
+uint32_t mmu_probe(uint32_t address, int mmulev);
+void dump_mmu(void);
+void helper_debug();
 
 /* XXX: move that to a generic header */
 #if !defined(CONFIG_USER_ONLY)