virtio-pci.h (981c9b88e674408a1579ca3aa8d42770e3b689de) | virtio-pci.h (a2ce7dbd917a18408cf4bfd132578b46c2752a72) |
---|---|
1/* 2 * libqos virtio PCI definitions 3 * 4 * Copyright (c) 2014 Marc Marí 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_H 11#define LIBQOS_VIRTIO_PCI_H 12 | 1/* 2 * libqos virtio PCI definitions 3 * 4 * Copyright (c) 2014 Marc Marí 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_H 11#define LIBQOS_VIRTIO_PCI_H 12 |
13#include "libqos/virtio.h" 14#include "libqos/pci.h" 15#include "libqos/qgraph.h" | 13#include "virtio.h" 14#include "pci.h" 15#include "qgraph.h" |
16 17typedef struct QVirtioPCIMSIXOps QVirtioPCIMSIXOps; 18 19typedef struct QVirtioPCIDevice { 20 QOSGraphObject obj; 21 QVirtioDevice vdev; 22 QPCIDevice *pdev; 23 QPCIBar bar; --- 63 unchanged lines hidden --- | 16 17typedef struct QVirtioPCIMSIXOps QVirtioPCIMSIXOps; 18 19typedef struct QVirtioPCIDevice { 20 QOSGraphObject obj; 21 QVirtioDevice vdev; 22 QPCIDevice *pdev; 23 QPCIBar bar; --- 63 unchanged lines hidden --- |