diff options
| author | Aneesh Kumar K.V | 2011-08-02 08:05:54 +0200 |
|---|---|---|
| committer | Aneesh Kumar K.V | 2011-09-22 18:08:53 +0200 |
| commit | 5f5422258e1f50f871bafcc5bfb2b498f414a310 (patch) | |
| tree | d2a3ff07b94f553d3afd2ff8e63bb91ab2ca20e5 /fsdev/qemu-fsdev.h | |
| parent | hw/9pfs: Implement TFLUSH operation (diff) | |
| download | qemu-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.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 |
