summaryrefslogtreecommitdiffstats
path: root/loader/devices.h
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-19 14:19:47 +0000
committerMatt Wilson <msw@redhat.com>1999-09-19 14:19:47 +0000
commitab9d3840e583a9a5b2152f973de7308052ce5c44 (patch)
treed7b140025fadcbef9c3a4778d5fd7e852fa2acae /loader/devices.h
parent13a71d05d7fe5fb28d9b3ef42ff3e166218561ad (diff)
downloadanaconda-ab9d3840e583a9a5b2152f973de7308052ce5c44.tar.gz
anaconda-ab9d3840e583a9a5b2152f973de7308052ce5c44.tar.xz
anaconda-ab9d3840e583a9a5b2152f973de7308052ce5c44.zip
separated out devLoadDriverDisk()
Diffstat (limited to 'loader/devices.h')
-rw-r--r--loader/devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/devices.h b/loader/devices.h
index f1e9bf57f..bb426be25 100644
--- a/loader/devices.h
+++ b/loader/devices.h
@@ -7,5 +7,7 @@
int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo,
moduleList modLoaded, moduleDeps modDeps, int flags,
char ** moduleName);
+int devLoadDriverDisk(moduleInfoSet modInfo, moduleList modLoaded,
+ moduleDeps modDeps, int flags, int cancelNotBack);
#endif