diff options
Diffstat (limited to 'dma.h')
| -rw-r--r-- | dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dma.h b/dma.h index a6db5bacbb..b222346aa0 100644 --- a/dma.h +++ b/dma.h @@ -39,7 +39,7 @@ typedef BlockDriverAIOCB *DMAIOFunc(BlockDriverState *bs, int64_t sector_num, BlockDriverAIOCB *dma_bdrv_io(BlockDriverState *bs, QEMUSGList *sg, uint64_t sector_num, DMAIOFunc *io_func, BlockDriverCompletionFunc *cb, - void *opaque, int is_write); + void *opaque, bool to_dev); BlockDriverAIOCB *dma_bdrv_read(BlockDriverState *bs, QEMUSGList *sg, uint64_t sector, BlockDriverCompletionFunc *cb, void *opaque); |