net: bcmgenet: Delay PHY initialization to bcmgenet_open()
[cascardo/linux.git] / drivers / virtio / virtio_pci_common.h
index 28ee4e5..b976d96 100644 (file)
@@ -75,6 +75,8 @@ struct virtio_pci_device {
        /* Multiply queue_notify_off by this value. (non-legacy mode). */
        u32 notify_offset_multiplier;
 
+       int modern_bars;
+
        /* Legacy only field */
        /* the IO mapping for the PCI config space */
        void __iomem *ioaddr;