aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index d76a8a0b6b53..a446097a9f68 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -380,6 +380,8 @@ struct pci_bus {
380 unsigned char primary; /* number of primary bridge */ 380 unsigned char primary; /* number of primary bridge */
381 unsigned char secondary; /* number of secondary bridge */ 381 unsigned char secondary; /* number of secondary bridge */
382 unsigned char subordinate; /* max number of subordinate buses */ 382 unsigned char subordinate; /* max number of subordinate buses */
383 unsigned char max_bus_speed; /* enum pci_bus_speed */
384 unsigned char cur_bus_speed; /* enum pci_bus_speed */
383 385
384 char name[48]; 386 char name[48];
385 387
@@ -610,6 +612,7 @@ struct pci_bus *pci_create_bus(struct device *parent, int bus,
610 struct pci_ops *ops, void *sysdata); 612 struct pci_ops *ops, void *sysdata);
611struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, 613struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev,
612 int busnr); 614 int busnr);
615void pcie_update_link_speed(struct pci_bus *bus, u16 link_status);
613struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, 616struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
614 const char *name, 617 const char *name,
615 struct hotplug_slot *hotplug); 618 struct hotplug_slot *hotplug);