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:
Stefan Eßer 1997-01-21 23:41:42 +00:00
parent b755685be8
commit 99867152a5

View File

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