summaryrefslogtreecommitdiff
path: root/hw/9pfs/xen-9pfs.h
blob: 2d6ef7828ccfad7a815a4aacce5f7ab05055ab56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Xen 9p backend
 *
 * Copyright Aporeto 2017
 *
 * Authors:
 *  Stefano Stabellini <stefano@aporeto.com>
 *
 * This work is licensed under the terms of the GNU GPL version 2 or
 * later. See the COPYING file in the top-level directory.
 *
 */

#include <xen/io/protocols.h>
#include "hw/xen/io/ring.h"

/*
 * Do not merge into xen-9p-backend.c: clang doesn't allow unused static
 * inline functions in c files.
 */
DEFINE_XEN_FLEX_RING_AND_INTF(xen_9pfs);