blob: 619e163a4600bd313bbf1a0b66c3efccd379e5b7 [file] [log] [blame]
Aneesh Kumar K.V1c88c712011-06-01 12:35:13 +05301/*
2 * Virtio 9p
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 */
13#include <stdio.h>
14#include <string.h>
15#include "qemu-fsdev.h"
16
17int qemu_fsdev_add(QemuOpts *opts)
18{
19 return 0;
20}