diff options
author | Erik Troan <ewt@redhat.com> | 1999-05-25 01:50:29 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-05-25 01:50:29 +0000 |
commit | bfd02e0aaa30bcddd21dc0444a51ad9196a17b0a (patch) | |
tree | fac7f76e46bad1308b6c29a1474ed4763eb8c016 /isys | |
parent | 8d4a907f783faa09f0e984248033d4ba8492d754 (diff) | |
download | anaconda-bfd02e0aaa30bcddd21dc0444a51ad9196a17b0a.tar.gz anaconda-bfd02e0aaa30bcddd21dc0444a51ad9196a17b0a.tar.xz anaconda-bfd02e0aaa30bcddd21dc0444a51ad9196a17b0a.zip |
added probePciReadDriverList()
Diffstat (limited to 'isys')
-rw-r--r-- | isys/pci/pciprobe.h | 1 |
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); |