summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinda Xie <lxiep@us.ibm.com>2004-07-01 23:26:39 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2004-07-01 23:26:39 -0700
commitf423c7aa723c32e5fc12dfd9d2932c8b2425835d (patch)
tree761ebfb1562ce57e60bcc8f7256355404f627011 /include/linux
parent004a3668794a9ed1349b3b786987871100fc8389 (diff)
[PATCH] PCI: export pci_scan_child_bus for the pci hotplug drivers to use
Signed-off-by: Linda Xie lxie@us.ibm.com Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 2662f462b7e6..cd13a426b81e 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -659,6 +659,7 @@ static inline struct pci_bus *pci_scan_bus(int bus, struct pci_ops *ops, void *s
}
int pci_scan_slot(struct pci_bus *bus, int devfn);
struct pci_dev * pci_scan_single_device(struct pci_bus *bus, int devfn);
+unsigned int pci_scan_child_bus(struct pci_bus *bus);
void pci_bus_add_devices(struct pci_bus *bus);
void pci_name_device(struct pci_dev *dev);
char *pci_class_name(u32 class);