]> Git Repo - qemu.git/blob - fsdev/qemu-fsdev-dummy.c
target/riscv: rationalise softfloat includes
[qemu.git] / fsdev / qemu-fsdev-dummy.c
1 /*
2  * 9p
3  *
4  * Copyright IBM, Corp. 2010
5  *
6  * Authors:
7  *  Gautham R Shenoy <[email protected]>
8  *
9  * This work is licensed under the terms of the GNU GPL, version 2.  See
10  * the COPYING file in the top-level directory.
11  *
12  */
13
14 #include "qemu/osdep.h"
15 #include "qemu-fsdev.h"
16 #include "qemu/config-file.h"
17
18 int qemu_fsdev_add(QemuOpts *opts, Error **errp)
19 {
20     return 0;
21 }
This page took 0.025367 seconds and 4 git commands to generate.