]> git.proxmox.com Git - qemu.git/blobdiff - block.h
fix spelling in libcacard sub directory
[qemu.git] / block.h
diff --git a/block.h b/block.h
index 051a25d8d63d141cc7c2ce5e3092dc1c6c7c7e3a..a826059897ef47cdcc4355cf77bf1f9f20d7dfaf 100644 (file)
--- a/block.h
+++ b/block.h
@@ -197,6 +197,10 @@ BlockDriverAIOCB *bdrv_aio_ioctl(BlockDriverState *bs,
         unsigned long int req, void *buf,
         BlockDriverCompletionFunc *cb, void *opaque);
 
+/* Invalidate any cached metadata used by image formats */
+void bdrv_invalidate_cache(BlockDriverState *bs);
+void bdrv_invalidate_cache_all(void);
+
 /* Ensure contents are flushed to disk.  */
 int bdrv_flush(BlockDriverState *bs);
 int coroutine_fn bdrv_co_flush(BlockDriverState *bs);