]> git.proxmox.com Git - mirror_qemu.git/blame - fsdev/qemu-fsdev-dummy.c
configure, meson: rename targetos to host_os
[mirror_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 <ego@in.ibm.com>
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 */
0b8fa32f 13
fbc04127 14#include "qemu/osdep.h"
1c88c715 15#include "qemu-fsdev.h"
1de7afc9 16#include "qemu/config-file.h"
1c88c715 17
b836723d 18int qemu_fsdev_add(QemuOpts *opts, Error **errp)
1c88c715
AK
19{
20 return 0;
21}