]> Git Repo - qemu.git/blob - include/hw/virtio/virtio-9p.h
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
[qemu.git] / include / hw / virtio / virtio-9p.h
1 /*
2  * Virtio 9p
3  *
4  * Copyright IBM, Corp. 2010
5  *
6  * Authors:
7  *  Aneesh Kumar K.V <[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 #ifndef QEMU_VIRTIO_9P_DEVICE_H
15 #define QEMU_VIRTIO_9P_DEVICE_H
16
17 typedef struct V9fsConf
18 {
19     /* tag name for the device */
20     char *tag;
21     char *fsdev_id;
22 } V9fsConf;
23
24 #endif
This page took 0.026357 seconds and 4 git commands to generate.