diff options
author | Anthony PERARD <anthony.perard@citrix.com> | 2012-02-21 16:22:10 +0000 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-02-23 12:05:21 -0800 |
commit | 9ad52e63db1bc588636bc66b9133498c46e6535c (patch) | |
tree | a650199405d5fd7561a6ee53ad5abe0cada59e67 | |
parent | 3796f1e2ca38deebd30aa755ea52562b6926c73e (diff) | |
download | linux-3.10-9ad52e63db1bc588636bc66b9133498c46e6535c.tar.gz linux-3.10-9ad52e63db1bc588636bc66b9133498c46e6535c.tar.bz2 linux-3.10-9ad52e63db1bc588636bc66b9133498c46e6535c.zip |
PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE value
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
-rw-r--r-- | include/linux/pci_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h index e41a10f5ae8..4b608f54341 100644 --- a/include/linux/pci_regs.h +++ b/include/linux/pci_regs.h @@ -391,6 +391,7 @@ #define PCI_EXP_TYPE_UPSTREAM 0x5 /* Upstream Port */ #define PCI_EXP_TYPE_DOWNSTREAM 0x6 /* Downstream Port */ #define PCI_EXP_TYPE_PCI_BRIDGE 0x7 /* PCI/PCI-X Bridge */ +#define PCI_EXP_TYPE_PCIE_BRIDGE 0x8 /* PCI/PCI-X to PCIE Bridge */ #define PCI_EXP_TYPE_RC_END 0x9 /* Root Complex Integrated Endpoint */ #define PCI_EXP_TYPE_RC_EC 0xa /* Root Complex Event Collector */ #define PCI_EXP_FLAGS_SLOT 0x0100 /* Slot implemented */ |