]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/raw_bsd.c
block: Rename BlockDriverAIOCB* to BlockAIOCB*
[mirror_qemu.git] / block / raw_bsd.c
index f82f4c25df8a476d25ae380cdf6a2bde37fd70d9..cde05fcf5f7d4d8f8a1dfb729d8811427b54d710 100644 (file)
@@ -129,10 +129,10 @@ static int raw_ioctl(BlockDriverState *bs, unsigned long int req, void *buf)
     return bdrv_ioctl(bs->file, req, buf);
 }
 
-static BlockDriverAIOCB *raw_aio_ioctl(BlockDriverState *bs,
-                                       unsigned long int req, void *buf,
-                                       BlockDriverCompletionFunc *cb,
-                                       void *opaque)
+static BlockAIOCB *raw_aio_ioctl(BlockDriverState *bs,
+                                 unsigned long int req, void *buf,
+                                 BlockDriverCompletionFunc *cb,
+                                 void *opaque)
 {
     return bdrv_aio_ioctl(bs->file, req, buf, cb, opaque);
 }