]> Git Repo - qemu.git/blame - fsdev/qemu-fsdev-dummy.c
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-testing-revivial-210618...
[qemu.git] / fsdev / qemu-fsdev-dummy.c
CommitLineData
1c88c715 1/*
af8b38b0 2 * 9p
1c88c715
AK
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 */
fbc04127 13#include "qemu/osdep.h"
1c88c715 14#include "qemu-fsdev.h"
1de7afc9
PB
15#include "qemu/config-file.h"
16#include "qemu/module.h"
1c88c715
AK
17
18int qemu_fsdev_add(QemuOpts *opts)
19{
20 return 0;
21}
This page took 0.316164 seconds and 4 git commands to generate.