diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-19 14:19:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-19 14:19:47 +0000 |
commit | ab9d3840e583a9a5b2152f973de7308052ce5c44 (patch) | |
tree | d7b140025fadcbef9c3a4778d5fd7e852fa2acae /loader/devices.h | |
parent | 13a71d05d7fe5fb28d9b3ef42ff3e166218561ad (diff) | |
download | anaconda-ab9d3840e583a9a5b2152f973de7308052ce5c44.tar.gz anaconda-ab9d3840e583a9a5b2152f973de7308052ce5c44.tar.xz anaconda-ab9d3840e583a9a5b2152f973de7308052ce5c44.zip |
separated out devLoadDriverDisk()
Diffstat (limited to 'loader/devices.h')
-rw-r--r-- | loader/devices.h | 2 |
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 |