| * Copyright IBM, Corp. 2010 |
| * Gautham R Shenoy <ego@in.ibm.com> |
| * This work is licensed under the terms of the GNU GPL, version 2. See |
| * the COPYING file in the top-level directory. |
| * A table to store the various file systems and their callback operations. |
| typedef struct FsDriverTable { |
| typedef struct FsDriverListEntry { |
| QTAILQ_ENTRY(FsDriverListEntry) next; |
| int qemu_fsdev_add(QemuOpts *opts); |
| FsDriverEntry *get_fsdev_fsentry(char *id); |
| extern FileOperations local_ops; |
| extern FileOperations handle_ops; |
| extern FileOperations synth_ops; |
| extern FileOperations proxy_ops; |