]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ide/internal.h
ide: move buffered DMA cancel to core
[mirror_qemu.git] / hw / ide / internal.h
index 2d1e2d2d2fa856afd6f42c70bc0e6bcf168e1e97..86bde26551840887454ab362762b480859bfbd01 100644 (file)
@@ -586,6 +586,7 @@ BlockAIOCB *ide_issue_trim(BlockBackend *blk,
 BlockAIOCB *ide_buffered_readv(IDEState *s, int64_t sector_num,
                                QEMUIOVector *iov, int nb_sectors,
                                BlockCompletionFunc *cb, void *opaque);
+void ide_cancel_dma_sync(IDEState *s);
 
 /* hw/ide/atapi.c */
 void ide_atapi_cmd(IDEState *s);