diff options
Diffstat (limited to 'hw/isa.h')
| -rw-r--r-- | hw/isa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/isa.h b/hw/isa.h index 4582ff90c0..655ad62c1d 100644 --- a/hw/isa.h +++ b/hw/isa.h @@ -27,6 +27,7 @@ void isa_bus_irqs(qemu_irq *irqs); qemu_irq isa_reserve_irq(int isairq); void isa_init_irq(ISADevice *dev, qemu_irq *p, int isairq); void isa_qdev_register(ISADeviceInfo *info); +ISADevice *isa_create(const char *name); ISADevice *isa_create_simple(const char *name); extern target_phys_addr_t isa_mem_base; |