diff options
Diffstat (limited to 'include/linux')
| -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 fe1a2b02fc55..2039da1f3672 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -516,6 +516,7 @@ int pci_scan_bridge(struct pci_bus *bus, struct pci_dev * dev, int max, int pass | |||
| 516 | void pci_walk_bus(struct pci_bus *top, void (*cb)(struct pci_dev *, void *), | 516 | void pci_walk_bus(struct pci_bus *top, void (*cb)(struct pci_dev *, void *), |
| 517 | void *userdata); | 517 | void *userdata); |
| 518 | int pci_cfg_space_size(struct pci_dev *dev); | 518 | int pci_cfg_space_size(struct pci_dev *dev); |
| 519 | unsigned char pci_bus_max_busnr(struct pci_bus* bus); | ||
| 519 | 520 | ||
| 520 | /* kmem_cache style wrapper around pci_alloc_consistent() */ | 521 | /* kmem_cache style wrapper around pci_alloc_consistent() */ |
| 521 | 522 | ||
