2 * libqos virtio PCI VIRTIO 1.0 definitions
4 * Copyright (c) 2019 Red Hat, Inc
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
10 #ifndef LIBQOS_VIRTIO_PCI_MODERN_H
11 #define LIBQOS_VIRTIO_PCI_MODERN_H
13 #include "virtio-pci.h"
15 bool qvirtio_pci_init_virtio_1(QVirtioPCIDevice
*dev
);
17 #endif /* LIBQOS_VIRTIO_PCI_MODERN_H */