Revision 34e65944 hw/pcie.h

b/hw/pcie.h
24 24
#include "hw.h"
25 25
#include "pci_regs.h"
26 26
#include "pcie_regs.h"
27
#include "pcie_aer.h"
27 28

  
28 29
typedef enum {
29 30
    /* for attention and power indicator */
......
79 80
                         Software Notification of Hot-Plug Events, an interrupt
80 81
                         is sent whenever the logical and of these conditions
81 82
                         transitions from false to true. */
83

  
84
    /* AER */
85
    uint16_t aer_cap;
86
    PCIEAERLog aer_log;
87
    unsigned int aer_intx;      /* INTx for error reporting
88
                                 * default is 0 = INTA#
89
                                 * If the chip wants to use other interrupt
90
                                 * line, initialize this member with the
91
                                 * desired number.
92
                                 * If the chip dynamically changes this member,
93
                                 * also initialize it when loaded as
94
                                 * appropreately.
95
                                 */
82 96
};
83 97

  
84 98
/* PCI express capability helper functions */

Also available in: Unified diff