From 1781fe6e7af9322940d3bf2383e2dba8a13a39ef Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Mon, 27 May 2002 21:21:15 -0700 Subject: PCI: define pci_bus_type and register it on startup --- include/linux/pci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3