summaryrefslogtreecommitdiffstats
path: root/loader/devices.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-15 16:12:09 +0000
committerErik Troan <ewt@redhat.com>2000-07-15 16:12:09 +0000
commitea3a37a104e4c8fbc9ad5abedb7006bd2af52f58 (patch)
treece01d69ddd18f1ba88aa44c29253f10e53d08065 /loader/devices.h
parent946e7fee4b2db66044a4edee956b69584d66e9ae (diff)
downloadanaconda-ea3a37a104e4c8fbc9ad5abedb7006bd2af52f58.tar.gz
anaconda-ea3a37a104e4c8fbc9ad5abedb7006bd2af52f58.tar.xz
anaconda-ea3a37a104e4c8fbc9ad5abedb7006bd2af52f58.zip
new parameter for loading driver disks
Diffstat (limited to 'loader/devices.h')
-rw-r--r--loader/devices.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/devices.h b/loader/devices.h
index e66748b98..e7b63b82c 100644
--- a/loader/devices.h
+++ b/loader/devices.h
@@ -15,8 +15,8 @@ int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo,
moduleList modLoaded, moduleDeps * modDepsPtr,
char * ddDevice, int flags, char ** moduleName);
int devLoadDriverDisk(moduleInfoSet modInfo, moduleList modLoaded,
- moduleDeps *modDepsPtr, int flags, int cancelNotBack,
- char * device);
+ moduleDeps *modDepsPtr, int flags, int cancelNotBack,
+ int askForExistence, char * device);
int devInitDriverDisk(moduleInfoSet modInfo, moduleList modLoaded,
moduleDeps *modDepsPtr, int flags, char * mntPoint,
struct driverDiskInfo * ddi);