diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-08-02 11:35:54 +0530 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-09-22 21:38:53 +0530 |
commit | 5f5422258e1f50f871bafcc5bfb2b498f414a310 (patch) | |
tree | d2a3ff07b94f553d3afd2ff8e63bb91ab2ca20e5 /fsdev/qemu-fsdev.h | |
parent | bccacf6c7920ee46ec4063c4bd9469eb3ec4e253 (diff) | |
download | 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.h | 1 |
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 |