summary refs log tree commit diff stats
path: root/hw/isa.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-12-08 14:28:13 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-12-08 14:28:13 +0000
commit4cdd2e665ec4bd10c20c26432ee9ffe4db7bcc1c (patch)
treea764e6ea07f06acf51df4d62790cdf9ae922d55d /hw/isa.h
parent475363176c80feedb8feb5e335ba64de68c7b055 (diff)
parent582299336879504353e60c7937fbc70fea93f3da (diff)
downloadfocaccia-qemu-4cdd2e665ec4bd10c20c26432ee9ffe4db7bcc1c.tar.gz
focaccia-qemu-4cdd2e665ec4bd10c20c26432ee9ffe4db7bcc1c.zip
Merge branch 'memory-ioport' of git://github.com/afaerber/qemu-cpu
* 'memory-ioport' of git://github.com/afaerber/qemu-cpu:
  hw/dma.c: Replace register_ioport_*
  hw/pc.c: Replace register_ioport_*
  serial: Replace register_ioport_*
  hw/cirrus_vga.c: Replace register_ioport_*
  hw/apm.c: Replace register_ioport_*
  isa: Add isa_address_space_io()
Diffstat (limited to 'hw/isa.h')
-rw-r--r--hw/isa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/isa.h b/hw/isa.h
index f9382e8367..9d719fa3c8 100644
--- a/hw/isa.h
+++ b/hw/isa.h
@@ -43,6 +43,7 @@ void isa_bus_irqs(ISABus *bus, qemu_irq *irqs);
 qemu_irq isa_get_irq(ISADevice *dev, int isairq);
 void isa_init_irq(ISADevice *dev, qemu_irq *p, int isairq);
 MemoryRegion *isa_address_space(ISADevice *dev);
+MemoryRegion *isa_address_space_io(ISADevice *dev);
 ISADevice *isa_create(ISABus *bus, const char *name);
 ISADevice *isa_try_create(ISABus *bus, const char *name);
 ISADevice *isa_create_simple(ISABus *bus, const char *name);