diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2013-07-22 15:54:24 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-25 08:12:27 -0500 |
| commit | 61fcb628627ea464dc1954f615ae13edfefd284f (patch) | |
| tree | db8076e07c3390c576aa85383eadecbfd8dd602f /include/hw/isa | |
| parent | 0a70e094cd05c35dddfe471fd96266d02ac0dade (diff) | |
| download | focaccia-qemu-61fcb628627ea464dc1954f615ae13edfefd284f.tar.gz focaccia-qemu-61fcb628627ea464dc1954f615ae13edfefd284f.zip | |
isa_mmio: delete
It is not used anymore. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1374501278-31549-15-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/hw/isa')
| -rw-r--r-- | include/hw/isa/isa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/isa/isa.h b/include/hw/isa/isa.h index e1bf96ca69..495bcf3a08 100644 --- a/include/hw/isa/isa.h +++ b/include/hw/isa/isa.h @@ -92,9 +92,6 @@ static inline ISABus *isa_bus_from_device(ISADevice *d) extern hwaddr isa_mem_base; -void isa_mmio_setup(MemoryRegion *mr, hwaddr size); -void isa_mmio_init(hwaddr base, hwaddr size); - /* dma.c */ int DMA_get_channel_mode (int nchan); int DMA_read_memory (int nchan, void *buf, int pos, int size); |