diff options
-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); |