1 /* Core PCI functionality used only by PCI hotplug */
4 #include <linux/export.h>
8 unsigned int __devinit
pci_do_scan_bus(struct pci_bus
*bus
)
12 max
= pci_scan_child_bus(bus
);
15 * Make the discovered devices available.
17 pci_bus_add_devices(bus
);
21 EXPORT_SYMBOL(pci_do_scan_bus
);