summaryrefslogtreecommitdiffstats
path: root/fsdev/qemu-fsdev.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V2011-08-02 08:05:54 +0200
committerAneesh Kumar K.V2011-09-22 18:08:53 +0200
commit5f5422258e1f50f871bafcc5bfb2b498f414a310 (patch)
treed2a3ff07b94f553d3afd2ff8e63bb91ab2ca20e5 /fsdev/qemu-fsdev.h
parenthw/9pfs: Implement TFLUSH operation (diff)
downloadqemu-5f5422258e1f50f871bafcc5bfb2b498f414a310.tar.gz
qemu-5f5422258e1f50f871bafcc5bfb2b498f414a310.tar.xz
qemu-5f5422258e1f50f871bafcc5bfb2b498f414a310.zip
hw/9pfs: Add handle based fs driver
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'fsdev/qemu-fsdev.h')
-rw-r--r--fsdev/qemu-fsdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fsdev/qemu-fsdev.h b/fsdev/qemu-fsdev.h
index f9f08d3e1b..e04931a58d 100644
--- a/fsdev/qemu-fsdev.h
+++ b/fsdev/qemu-fsdev.h
@@ -52,4 +52,5 @@ typedef struct FsTypeListEntry {
int qemu_fsdev_add(QemuOpts *opts);
FsTypeEntry *get_fsdev_fsentry(char *id);
extern FileOperations local_ops;
+extern FileOperations handle_ops;
#endif