diff options
Diffstat (limited to 'hw/xen/xen-host-pci-device.h')
-rw-r--r-- | hw/xen/xen-host-pci-device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xen/xen-host-pci-device.h b/hw/xen/xen-host-pci-device.h index c2486f0c19..f1e1c308f6 100644 --- a/hw/xen/xen-host-pci-device.h +++ b/hw/xen/xen-host-pci-device.h @@ -25,6 +25,7 @@ typedef struct XenHostPCIDevice { uint16_t vendor_id; uint16_t device_id; + uint32_t class_code; int irq; XenHostPCIIORegion io_regions[PCI_NUM_REGIONS - 1]; |