1 /* 2 * libqos virtio PCI VIRTIO 1.0 definitions 3 * 4 * Copyright (c) 2019 Red Hat, Inc 5 * 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. 8 */ 9 10 #ifndef LIBQOS_VIRTIO_PCI_MODERN_H 11 #define LIBQOS_VIRTIO_PCI_MODERN_H 12 13 #include "virtio-pci.h" 14 15 bool qvirtio_pci_init_virtio_1(QVirtioPCIDevice *dev); 16 17 #endif /* LIBQOS_VIRTIO_PCI_MODERN_H */ 18