diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-17 21:04:16 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-17 21:04:16 +0000 |
commit | e42c20b41a698ceb51f90afb25f1062b333b1913 (patch) | |
tree | 4358923f4cba4f2a42350b9ef38bb35d0a7f5ace /hw/sun4m.h | |
parent | a4fc08ff4743c2fc7f811a834c6bbacaac36bb99 (diff) |
Give ECC controller an IRQ (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3923 c046a42c-6fe2-441c-8c8c-71466251a162
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 4b27d86472..daf104b6bd 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -81,6 +81,6 @@ void lance_init(NICInfo *nd, target_phys_addr_t leaddr, void *dma_opaque, qemu_irq irq, qemu_irq *reset); /* eccmemctl.c */ -void *ecc_init(target_phys_addr_t base, uint32_t version); +void *ecc_init(target_phys_addr_t base, qemu_irq irq, uint32_t version); #endif |