diff options
author | Erik Troan <ewt@redhat.com> | 2002-01-25 19:41:05 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2002-01-25 19:41:05 +0000 |
commit | 8e36ad6d306f3c185b84f234b7182289336a4392 (patch) | |
tree | 3fce16ffd8e4471b8dc81804b4e343aba63e6809 /loader/devices.h | |
parent | 2c3ee7417a53b444b69dbc195e7733818cc00187 (diff) | |
download | anaconda-8e36ad6d306f3c185b84f234b7182289336a4392.tar.gz anaconda-8e36ad6d306f3c185b84f234b7182289336a4392.tar.xz anaconda-8e36ad6d306f3c185b84f234b7182289336a4392.zip |
moved functions from devices.c to modules.c that weren't used anywhere
else anyway; made them static
fixed small problem in reloadUnloadedModule()
Diffstat (limited to 'loader/devices.h')
-rw-r--r-- | loader/devices.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/loader/devices.h b/loader/devices.h index bc07bb021..a4305c61a 100644 --- a/loader/devices.h +++ b/loader/devices.h @@ -21,9 +21,7 @@ int devInitDriverDisk(moduleInfoSet modInfo, moduleList modLoaded, moduleDeps *modDepsPtr, int flags, char * mntPoint, struct driverDiskInfo * ddi); void ddReadDriverDiskModInfo(moduleInfoSet modInfo); - void ejectFloppy(void); -char ** extractModules(struct driverDiskInfo * location, - char * const * modNames, char ** oldPaths); +void eject(char * deviceName); #endif |