diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pcieport_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pcieport_if.h b/include/linux/pcieport_if.h index 194409af1037..8e1ae1fd92f6 100644 --- a/include/linux/pcieport_if.h +++ b/include/linux/pcieport_if.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #define PCIE_PORT_SERVICE_VC 8 /* Virtual Channel */ | 22 | #define PCIE_PORT_SERVICE_VC 8 /* Virtual Channel */ |
23 | 23 | ||
24 | /* Root/Upstream/Downstream Port's Interrupt Mode */ | 24 | /* Root/Upstream/Downstream Port's Interrupt Mode */ |
25 | #define PCIE_PORT_NO_IRQ (-1) | ||
25 | #define PCIE_PORT_INTx_MODE 0 | 26 | #define PCIE_PORT_INTx_MODE 0 |
26 | #define PCIE_PORT_MSI_MODE 1 | 27 | #define PCIE_PORT_MSI_MODE 1 |
27 | #define PCIE_PORT_MSIX_MODE 2 | 28 | #define PCIE_PORT_MSIX_MODE 2 |