aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-01-21 23:41:42 +0000
committerStefan Eßer <se@FreeBSD.org>1997-01-21 23:41:42 +0000
commit99867152a5b37879ffe6535df90329ca0a199aa0 (patch)
treef0bb5ad0e3b30a5fba1eadd4a0e1040b2e92e1ff /sys
parentb755685be81c1512cce7336aff1dc0af0f3cbb2f (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/pcibus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcibus.h b/sys/pci/pcibus.h
index a44b33eee5d2..a4635f4ed2ad 100644
--- a/sys/pci/pcibus.h
+++ b/sys/pci/pcibus.h
@@ -95,4 +95,6 @@ struct pcibus {
extern struct linker_set pcibus_set;
+int pci_register_lkm (struct pci_device *dvp);
+
#endif