Add PCI LKM support:

The new function pci_register_lkm (struct pci_device *dvp) appends the
driver to the list of known PCI drivers, and initiates a PCI bus rescan.
This commit is contained in:
se 1997-01-21 23:41:42 +00:00
parent 4f877dffe2
commit 04a08427c7

View File

@ -95,4 +95,6 @@ struct pcibus {
extern struct linker_set pcibus_set;
int pci_register_lkm (struct pci_device *dvp);
#endif