summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-05-25 01:50:29 +0000
committerErik Troan <ewt@redhat.com>1999-05-25 01:50:29 +0000
commitbfd02e0aaa30bcddd21dc0444a51ad9196a17b0a (patch)
treefac7f76e46bad1308b6c29a1474ed4763eb8c016 /isys
parent8d4a907f783faa09f0e984248033d4ba8492d754 (diff)
downloadanaconda-bfd02e0aaa30bcddd21dc0444a51ad9196a17b0a.tar.gz
anaconda-bfd02e0aaa30bcddd21dc0444a51ad9196a17b0a.tar.xz
anaconda-bfd02e0aaa30bcddd21dc0444a51ad9196a17b0a.zip
added probePciReadDriverList()
Diffstat (limited to 'isys')
-rw-r--r--isys/pci/pciprobe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/pci/pciprobe.h b/isys/pci/pciprobe.h
index 01f33d3ac..d91f4cbb2 100644
--- a/isys/pci/pciprobe.h
+++ b/isys/pci/pciprobe.h
@@ -1 +1,2 @@
char ** probePciDriverList(void);
+int probePciReadDrivers(const char * fn);