]> git.proxmox.com Git - qemu.git/blobdiff - fsdev/qemu-fsdev.h
hw/9pfs: Add synthetic file system support using 9p
[qemu.git] / fsdev / qemu-fsdev.h
index 509908572097412e57b757a73fd9b4412b075722..8ef847374aa6dbe21b87f4f4b24dd3b00dd83536 100644 (file)
@@ -53,4 +53,5 @@ int qemu_fsdev_add(QemuOpts *opts);
 FsDriverEntry *get_fsdev_fsentry(char *id);
 extern FileOperations local_ops;
 extern FileOperations handle_ops;
+extern FileOperations synth_ops;
 #endif