summaryrefslogtreecommitdiffstats
path: root/isys/probe.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-08 14:19:00 +0000
committerErik Troan <ewt@redhat.com>1999-08-08 14:19:00 +0000
commitf388cddade39f4951a46433d5f6819e65f713232 (patch)
treee8a6a559fe2dde1ea9cfcccc7daf2165d67542dd /isys/probe.h
parentdd72b2827c5d572fd1d0c78b8893cc04e3987369 (diff)
downloadanaconda-f388cddade39f4951a46433d5f6819e65f713232.tar.gz
anaconda-f388cddade39f4951a46433d5f6819e65f713232.tar.xz
anaconda-f388cddade39f4951a46433d5f6819e65f713232.zip
added kdAddDevice()
Diffstat (limited to 'isys/probe.h')
-rw-r--r--isys/probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/probe.h b/isys/probe.h
index 17840703a..4c4c29556 100644
--- a/isys/probe.h
+++ b/isys/probe.h
@@ -20,5 +20,7 @@ int kdFindNetList(struct knownDevices * devices);
int kdFindIdeList(struct knownDevices * devices);
int kdFindScsiList(struct knownDevices * devices);
void kdFree(struct knownDevices * devices);
+void kdAddDevice(struct knownDevices * devices, enum deviceClass devClass,
+ char * devName, char * devModel);
#endif