xref: /qemu/fsdev/qemu-fsdev.h (revision 20232435)
174db920cSGautham R Shenoy /*
2af8b38b0SGreg Kurz  * 9p
374db920cSGautham R Shenoy  *
474db920cSGautham R Shenoy  * Copyright IBM, Corp. 2010
574db920cSGautham R Shenoy  *
674db920cSGautham R Shenoy  * Authors:
774db920cSGautham R Shenoy  *  Gautham R Shenoy <ego@in.ibm.com>
874db920cSGautham R Shenoy  *
974db920cSGautham R Shenoy  * This work is licensed under the terms of the GNU GPL, version 2.  See
1074db920cSGautham R Shenoy  * the COPYING file in the top-level directory.
1174db920cSGautham R Shenoy  *
1274db920cSGautham R Shenoy  */
1374db920cSGautham R Shenoy #ifndef QEMU_FSDEV_H
1474db920cSGautham R Shenoy #define QEMU_FSDEV_H
15353ac78dSAneesh Kumar K.V #include "file-op-9p.h"
1674db920cSGautham R Shenoy 
17*b836723dSMarkus Armbruster int qemu_fsdev_add(QemuOpts *opts, Error **errp);
18fbcbf101SAneesh Kumar K.V FsDriverEntry *get_fsdev_fsentry(char *id);
199f107513SAnthony Liguori extern FileOperations local_ops;
209db221aeSAneesh Kumar K.V extern FileOperations synth_ops;
214c793ddaSM. Mohan Kumar extern FileOperations proxy_ops;
2274db920cSGautham R Shenoy #endif
23