]> Git Repo - qemu.git/blame - hw/9pfs/xen-9pfs.h
ide: bdrv_attach_dev() for empty CD-ROM
[qemu.git] / hw / 9pfs / xen-9pfs.h
CommitLineData
b37eeb02
SS
1/*
2 * Xen 9p backend
3 *
4 * Copyright Aporeto 2017
5 *
6 * Authors:
7 * Stefano Stabellini <[email protected]>
8 *
9 * This work is licensed under the terms of the GNU GPL version 2 or
10 * later. See the COPYING file in the top-level directory.
11 *
12 */
13
14#include <xen/io/protocols.h>
15#include "hw/xen/io/ring.h"
16
17/*
18 * Do not merge into xen-9p-backend.c: clang doesn't allow unused static
19 * inline functions in c files.
20 */
21DEFINE_XEN_FLEX_RING_AND_INTF(xen_9pfs);
This page took 0.0363 seconds and 4 git commands to generate.