| * 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. |
| #include "hw/file-op-9p.h" |
| * A table to store the various file systems and their callback operations. |
| typedef struct FsTypeTable { |
| * Structure to store the various fsdev's passed through command line. |
| typedef struct FsTypeEntry { |
| typedef struct FsTypeListEntry { |
| QTAILQ_ENTRY(FsTypeListEntry) next; |
| extern int qemu_fsdev_add(QemuOpts *opts); |
| extern FsTypeEntry *get_fsdev_fsentry(char *id); |
| extern FileOperations local_ops; |