mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h
DMA_transfer_handler is actually an ISA thing, and as such has no business in qemu-common.h. Move it to hw/isa/isa.h, and rename it to IsaDmaTransferHandler. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8a98ecada3
commit
bd36a618cc
4 changed files with 6 additions and 5 deletions
|
@ -381,7 +381,7 @@ out:
|
|||
}
|
||||
|
||||
static void i8257_dma_register_channel(IsaDma *obj, int nchan,
|
||||
DMA_transfer_handler transfer_handler,
|
||||
IsaDmaTransferHandler transfer_handler,
|
||||
void *opaque)
|
||||
{
|
||||
I8257State *d = I8257(obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue