]> git.proxmox.com Git - qemu.git/blobdiff - dma.h
Don't leak VLANClientState on PCI hot remove
[qemu.git] / dma.h
diff --git a/dma.h b/dma.h
index d596717f14351133e587359a0c934ebf656330aa..7d2ab45b02b01d4d83182bd1ddb8feb0aef4e7f0 100644 (file)
--- a/dma.h
+++ b/dma.h
@@ -37,5 +37,6 @@ BlockDriverAIOCB *dma_bdrv_read(BlockDriverState *bs,
 BlockDriverAIOCB *dma_bdrv_write(BlockDriverState *bs,
                                  QEMUSGList *sg, uint64_t sector,
                                  BlockDriverCompletionFunc *cb, void *opaque);
+void dma_helper_init(void);
 
 #endif