summaryrefslogtreecommitdiffstats
path: root/loader2/driverdisk.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-03 06:47:00 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-03 06:47:00 +0000
commitbd6b73ddd298f271507e0c429c417bb37f74feca (patch)
tree8f95a7cfb1a74066c42ae64665a14f043398020d /loader2/driverdisk.h
parent88d9465be1285f32b628a5b677688a0476b93698 (diff)
downloadanaconda-bd6b73ddd298f271507e0c429c417bb37f74feca.tar.gz
anaconda-bd6b73ddd298f271507e0c429c417bb37f74feca.tar.xz
anaconda-bd6b73ddd298f271507e0c429c417bb37f74feca.zip
if you get to manual device selectoin and don't have any devices of
the required type, we now ask if you want to load a driver disk. (#80222) also fix the load driver from driver disk action for the manual driver selection screen
Diffstat (limited to 'loader2/driverdisk.h')
-rw-r--r--loader2/driverdisk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader2/driverdisk.h b/loader2/driverdisk.h
index b0f47a190..41e7c7498 100644
--- a/loader2/driverdisk.h
+++ b/loader2/driverdisk.h
@@ -16,8 +16,8 @@ int loadDriverDisks(int class, moduleList modLoaded,
int getRemovableDevices(char *** devNames);
-int chooseManualDriver(int class, moduleList modLoaded, moduleDeps modDeps,
- moduleInfoSet modInfo, struct knownDevices * kd,
- int flags);
+int chooseManualDriver(int class, moduleList modLoaded,
+ moduleDeps * modDepsPtr, moduleInfoSet modInfo,
+ struct knownDevices * kd, int flags);
#endif