include/standard-headers: add pvrdma related headers
[qemu.git] / hw / 9pfs / xen-9pfs.h
blob2d6ef7828ccfad7a815a4aacce5f7ab05055ab56
1 /*
2 * Xen 9p backend
4 * Copyright Aporeto 2017
6 * Authors:
7 * Stefano Stabellini <stefano@aporeto.com>
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.
14 #include <xen/io/protocols.h>
15 #include "hw/xen/io/ring.h"
18 * Do not merge into xen-9p-backend.c: clang doesn't allow unused static
19 * inline functions in c files.
21 DEFINE_XEN_FLEX_RING_AND_INTF(xen_9pfs);