diff options
Diffstat (limited to 'isys')
-rw-r--r-- | isys/probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/probe.h b/isys/probe.h index 90a4ee4c0..dea610b05 100644 --- a/isys/probe.h +++ b/isys/probe.h @@ -26,6 +26,7 @@ int kdFindIdeList(struct knownDevices * devices, int code); int kdFindFilteredIdeList(struct knownDevices * devices, int code, kdFilterType filter); int kdFindScsiList(struct knownDevices * devices, int code); +int kdFindDasdList(struct knownDevices * devices, int code); void kdFree(struct knownDevices * devices); void kdAddDevice(struct knownDevices * devices, enum deviceClass devClass, char * devName, char * devModel); |