Revision 7e98e3af hw/pci_internals.h

b/hw/pci_internals.h
32 32

  
33 33
typedef struct {
34 34
    PCIDevice dev;
35
    PCIBus bus;
35
    PCIBus sec_bus;
36 36
    uint32_t vid;
37 37
    uint32_t did;
38 38
} PCIBridge;

Also available in: Unified diff