diff options
| author | Hervé Poussineau <hpoussin@reactos.org> | 2016-02-03 11:28:57 -0500 |
|---|---|---|
| committer | John Snow <jsnow@redhat.com> | 2016-02-03 11:28:57 -0500 |
| commit | 5484f30b2c48ba526f922e6b10e7ab3566c0b8a0 (patch) | |
| tree | a43632da737a869d5acea82ff5c0b14e778e8e4e /include/qemu/typedefs.h | |
| parent | f5f19ee2e448a8442f1974ca1a0b8864486ed25b (diff) | |
| download | focaccia-qemu-5484f30b2c48ba526f922e6b10e7ab3566c0b8a0.tar.gz focaccia-qemu-5484f30b2c48ba526f922e6b10e7ab3566c0b8a0.zip | |
isa: add an ISA DMA interface, and store it within the ISA bus
This will permit to deprecate global DMA_*() functions. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Message-id: 1453843944-26833-11-git-send-email-hpoussin@reactos.org Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
| -rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 78fe6e86e3..6ed91b4968 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -33,6 +33,7 @@ typedef struct I2CBus I2CBus; typedef struct I2SCodec I2SCodec; typedef struct ISABus ISABus; typedef struct ISADevice ISADevice; +typedef struct IsaDma IsaDma; typedef struct LoadStateEntry LoadStateEntry; typedef struct MACAddr MACAddr; typedef struct MachineClass MachineClass; |