summaryrefslogtreecommitdiffstats
path: root/hw/sun4m.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-07-12 08:16:55 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-07-12 08:16:55 +0000
commit49e6637386acb8824114ed10308ed7869472ec0f (patch)
treec8f0f461e5d209499aab35b16f856c0407d8bd22 /hw/sun4m.h
parent5b0f0bec71b2f58a576b2d821024fa1448c236c8 (diff)
downloadhqemu-49e6637386acb8824114ed10308ed7869472ec0f.zip
hqemu-49e6637386acb8824114ed10308ed7869472ec0f.tar.gz
Sparc32: convert eccmemctl to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 c5605f4..1ac4e88 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
OpenPOWER on IntegriCloud