diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-12 08:16:55 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-12 08:16:55 +0000 |
commit | 49e6637386acb8824114ed10308ed7869472ec0f (patch) | |
tree | c8f0f461e5d209499aab35b16f856c0407d8bd22 /hw/sun4m.h | |
parent | 5b0f0bec71b2f58a576b2d821024fa1448c236c8 (diff) |
Sparc32: convert eccmemctl to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r-- | hw/sun4m.h | 2 |
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 |