aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/virtio-pci-modern.h
blob: 6bf2b207c3f2c9aea9d7699e917dd3f0171342eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * libqos virtio PCI VIRTIO 1.0 definitions
 *
 * Copyright (c) 2019 Red Hat, Inc
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */

#ifndef LIBQOS_VIRTIO_PCI_MODERN_H
#define LIBQOS_VIRTIO_PCI_MODERN_H

#include "virtio-pci.h"

bool qvirtio_pci_init_virtio_1(QVirtioPCIDevice *dev);

#endif /* LIBQOS_VIRTIO_PCI_MODERN_H */