mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
0a70e094cd
commit
61fcb62862
9 changed files with 0 additions and 91 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue