sysbus: Remove unused sysbus_new() prototype
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
f3d74d32e7
commit
339104fe34
@ -55,7 +55,6 @@ struct SysBusDevice {
|
||||
pio_addr_t pio[QDEV_MAX_PIO];
|
||||
};
|
||||
|
||||
void *sysbus_new(void);
|
||||
void sysbus_init_mmio(SysBusDevice *dev, MemoryRegion *memory);
|
||||
MemoryRegion *sysbus_mmio_get_region(SysBusDevice *dev, int n);
|
||||
void sysbus_init_irq(SysBusDevice *dev, qemu_irq *p);
|
||||
|
Loading…
Reference in New Issue
Block a user