diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-08 14:32:04 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-08 14:32:04 +0000 |
commit | 451009b6a0d6fb60faebc8b753817d11681dacab (patch) | |
tree | 3bea0d5ba67abf5e1cb4443bf35b46148bb52f57 /loader/devices.h | |
parent | 79b0b922a6ea711a1118a013ebba89651cf62518 (diff) | |
download | anaconda-451009b6a0d6fb60faebc8b753817d11681dacab.tar.gz anaconda-451009b6a0d6fb60faebc8b753817d11681dacab.tar.xz anaconda-451009b6a0d6fb60faebc8b753817d11681dacab.zip |
optionally return the name of the module loaded
Diffstat (limited to 'loader/devices.h')
-rw-r--r-- | loader/devices.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/devices.h b/loader/devices.h index 0cd8ce852..f1e9bf57f 100644 --- a/loader/devices.h +++ b/loader/devices.h @@ -5,6 +5,7 @@ #include "modules.h" int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo, - moduleList modLoaded, moduleDeps modDeps, int flags); + moduleList modLoaded, moduleDeps modDeps, int flags, + char ** moduleName); #endif |