xref: /qemu/fsdev/qemu-fsdev-dummy.c (revision 0b8fa32f)
11c88c715SAneesh Kumar K.V /*
2af8b38b0SGreg Kurz  * 9p
31c88c715SAneesh Kumar K.V  *
41c88c715SAneesh Kumar K.V  * Copyright IBM, Corp. 2010
51c88c715SAneesh Kumar K.V  *
61c88c715SAneesh Kumar K.V  * Authors:
71c88c715SAneesh Kumar K.V  *  Gautham R Shenoy <ego@in.ibm.com>
81c88c715SAneesh Kumar K.V  *
91c88c715SAneesh Kumar K.V  * This work is licensed under the terms of the GNU GPL, version 2.  See
101c88c715SAneesh Kumar K.V  * the COPYING file in the top-level directory.
111c88c715SAneesh Kumar K.V  *
121c88c715SAneesh Kumar K.V  */
13*0b8fa32fSMarkus Armbruster 
14fbc04127SPeter Maydell #include "qemu/osdep.h"
151c88c715SAneesh Kumar K.V #include "qemu-fsdev.h"
161de7afc9SPaolo Bonzini #include "qemu/config-file.h"
171c88c715SAneesh Kumar K.V 
qemu_fsdev_add(QemuOpts * opts,Error ** errp)18b836723dSMarkus Armbruster int qemu_fsdev_add(QemuOpts *opts, Error **errp)
191c88c715SAneesh Kumar K.V {
201c88c715SAneesh Kumar K.V     return 0;
211c88c715SAneesh Kumar K.V }
22