summaryrefslogtreecommitdiffstats
path: root/loader/devices.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-01-30 19:16:39 +0000
committerErik Troan <ewt@redhat.com>2001-01-30 19:16:39 +0000
commited57f4968fe9c6858425b11b6b6cdd4c4480fd28 (patch)
tree5a9f2c11de541b9e9de7a199790f1a4c9753ccc1 /loader/devices.h
parent63509bdbfaee8d1809c95dd8d7d847d0bccce543 (diff)
downloadanaconda-ed57f4968fe9c6858425b11b6b6cdd4c4480fd28.tar.gz
anaconda-ed57f4968fe9c6858425b11b6b6cdd4c4480fd28.tar.xz
anaconda-ed57f4968fe9c6858425b11b6b6cdd4c4480fd28.zip
added ddReadDriverDiskModInfo() from 7.0 branch
Diffstat (limited to 'loader/devices.h')
-rw-r--r--loader/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/devices.h b/loader/devices.h
index e7b63b82c..d20e54bd9 100644
--- a/loader/devices.h
+++ b/loader/devices.h
@@ -20,6 +20,7 @@ int devLoadDriverDisk(moduleInfoSet modInfo, moduleList modLoaded,
int devInitDriverDisk(moduleInfoSet modInfo, moduleList modLoaded,
moduleDeps *modDepsPtr, int flags, char * mntPoint,
struct driverDiskInfo * ddi);
+void ddReadDriverDiskModInfo(moduleInfoSet modInfo);
void ejectFloppy(void);
char * extractModule(struct driverDiskInfo * location, char * modName);