]> git.proxmox.com Git - qemu.git/blobdiff - fsdev/qemu-fsdev.h
hw/9pfs: Add new proxy filesystem driver
[qemu.git] / fsdev / qemu-fsdev.h
index 921452df25deaa007d3753c6e36cfc724a7dec0a..1af1f545d87babb3f3c39640e5ba438a70b49c03 100644 (file)
@@ -44,4 +44,5 @@ FsDriverEntry *get_fsdev_fsentry(char *id);
 extern FileOperations local_ops;
 extern FileOperations handle_ops;
 extern FileOperations synth_ops;
+extern FileOperations proxy_ops;
 #endif