]> git.proxmox.com Git - mirror_qemu.git/blobdiff - dma.h
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
[mirror_qemu.git] / dma.h
diff --git a/dma.h b/dma.h
index 3d8324bb54aa9c5cfc4d54456a10859c998ef64f..a6db5bacbb703bd081539625b3628d2afaa64510 100644 (file)
--- a/dma.h
+++ b/dma.h
@@ -20,12 +20,12 @@ typedef struct {
     target_phys_addr_t len;
 } ScatterGatherEntry;
 
-typedef struct {
+struct QEMUSGList {
     ScatterGatherEntry *sg;
     int nsg;
     int nalloc;
     target_phys_addr_t size;
-} QEMUSGList;
+};
 
 void qemu_sglist_init(QEMUSGList *qsg, int alloc_hint);
 void qemu_sglist_add(QEMUSGList *qsg, target_phys_addr_t base,