diff options
Diffstat (limited to 'block.h')
-rw-r--r-- | block.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,8 @@ #ifndef BLOCK_H #define BLOCK_H +#include "qemu-aio.h" + /* block.c */ typedef struct BlockDriver BlockDriver; @@ -87,10 +89,6 @@ BlockDriverAIOCB *bdrv_aio_write(BlockDriverState *bs, int64_t sector_num, BlockDriverCompletionFunc *cb, void *opaque); void bdrv_aio_cancel(BlockDriverAIOCB *acb); -void qemu_aio_init(void); -void qemu_aio_flush(void); -void qemu_aio_wait(void); - int qemu_key_check(BlockDriverState *bs, const char *name); /* Ensure contents are flushed to disk. */ |