diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-12 13:36:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-08-04 15:51:22 +0200 |
commit | 6f591de84b7f4fdb1452d26315218ad1d4bfa0f5 (patch) | |
tree | f04b4e7643076d8ccef424cfb264e2321e04eb89 /qemu-common.h | |
parent | a7ce2671bc0eb4730c373fa125bdd7a790df604e (diff) | |
download | qemu-6f591de84b7f4fdb1452d26315218ad1d4bfa0f5.tar.gz qemu-6f591de84b7f4fdb1452d26315218ad1d4bfa0f5.tar.bz2 qemu-6f591de84b7f4fdb1452d26315218ad1d4bfa0f5.zip |
move QEMUSGList typedef
Move the QEMUSGList typedef to qemu-common so it can easily be used.
The actual struct definition stays in dma.h.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index 1e3c66511e..c7064d3620 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -270,6 +270,7 @@ typedef struct I2SCodec I2SCodec; typedef struct SSIBus SSIBus; typedef struct EventNotifier EventNotifier; typedef struct VirtIODevice VirtIODevice; +typedef struct QEMUSGList QEMUSGList; typedef uint64_t pcibus_t; |