summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@geena.pdx.osdl.net>2002-05-27 21:21:15 -0700
committerPatrick Mochel <mochel@geena.pdx.osdl.net>2002-05-27 21:21:15 -0700
commit1781fe6e7af9322940d3bf2383e2dba8a13a39ef (patch)
tree4151a013a85a852d7686c22d19029f5767e9b9bf /include
parent8f1640cbd899a01f3c4be8b48d3a4cf4a910c76f (diff)
PCI: define pci_bus_type and register it on startup
Diffstat (limited to 'include')
-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 d138ba50a678..f6e3a68a2a0d 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -439,6 +439,7 @@ struct pci_bus {
extern struct list_head pci_root_buses; /* list of all known PCI buses */
extern struct list_head pci_devices; /* list of all devices */
+extern struct bus_type pci_bus_type;
/*
* Error values that may be returned by PCI functions.