docs/fuzz: add some information about OSS-Fuzz
[qemu/ar7.git] / tests / qtest / libqos / virtio-pci-modern.h
blob6bf2b207c3f2c9aea9d7699e917dd3f0171342eb
1 /*
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.
8 */
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 */