Revision 0428527c hw/pci.h

b/hw/pci.h
9 9
/* PCI includes legacy ISA access.  */
10 10
#include "isa.h"
11 11

  
12
#include "pcie.h"
13

  
12 14
/* PCI bus */
13 15

  
14 16
#define PCI_DEVFN(slot, func)   ((((slot) & 0x1f) << 3) | ((func) & 0x07))
......
175 177
    /* Offset of MSI capability in config space */
176 178
    uint8_t msi_cap;
177 179

  
180
    /* PCI Express */
181
    PCIExpressDevice exp;
182

  
178 183
    /* Location of option rom */
179 184
    char *romfile;
180 185
    ram_addr_t rom_offset;

Also available in: Unified diff