aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/vl.h')
-rw-r--r--tools/ioemu/vl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ioemu/vl.h b/tools/ioemu/vl.h
index 04d04845c5..00f5c16333 100644
--- a/tools/ioemu/vl.h
+++ b/tools/ioemu/vl.h
@@ -574,6 +574,9 @@ typedef struct BlockDriver BlockDriver;
extern BlockDriver bdrv_raw;
extern BlockDriver bdrv_host_device;
+#ifdef CONFIG_STUBDOM
+extern BlockDriver bdrv_vbd;
+#endif
extern BlockDriver bdrv_cow;
extern BlockDriver bdrv_qcow;
extern BlockDriver bdrv_vmdk;