summaryrefslogtreecommitdiff
path: root/hw/sun4m.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r--hw/sun4m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h
index c5605f48d9..1ac4e88da8 100644
--- a/hw/sun4m.h
+++ b/hw/sun4m.h
@@ -63,6 +63,6 @@ void cs_init(target_phys_addr_t base, int irq, void *intctl);
#include "sparc32_dma.h"
/* eccmemctl.c */
-void *ecc_init(target_phys_addr_t base, qemu_irq irq, uint32_t version);
+void ecc_init(target_phys_addr_t base, qemu_irq irq, uint32_t version);
#endif