diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 842adaad312e..0c3a29444f89 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -210,6 +210,7 @@ enum pci_bus_speed { | |||
210 | PCI_SPEED_133MHz_PCIX_533 = 0x13, | 210 | PCI_SPEED_133MHz_PCIX_533 = 0x13, |
211 | PCIE_SPEED_2_5GT = 0x14, | 211 | PCIE_SPEED_2_5GT = 0x14, |
212 | PCIE_SPEED_5_0GT = 0x15, | 212 | PCIE_SPEED_5_0GT = 0x15, |
213 | PCIE_SPEED_8_0GT = 0x16, | ||
213 | PCI_SPEED_UNKNOWN = 0xff, | 214 | PCI_SPEED_UNKNOWN = 0xff, |
214 | }; | 215 | }; |
215 | 216 | ||