diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-21 19:25:59 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-21 19:25:59 +0000 |
commit | 7fc067350cb5a9218c607fce0a29af612ba48324 (patch) | |
tree | b0065cdcd7128d4b62c680ab63432be6a8bcc042 /hw/sun4m.h | |
parent | 871e6c3507b34c584739cadde13885e11db0b3ce (diff) |
Sparc32: convert SBI to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r-- | hw/sun4m.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h index d818fb1840..db4acb4aa8 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -36,8 +36,7 @@ void slavio_pic_info(Monitor *mon, void *opaque); void slavio_irq_info(Monitor *mon, void *opaque); /* sbi.c */ -void *sbi_init(target_phys_addr_t addr, qemu_irq **irq, qemu_irq **cpu_irq, - qemu_irq **parent_irq); +DeviceState *sbi_init(target_phys_addr_t addr, qemu_irq **parent_irq); /* sun4c_intctl.c */ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq, |