summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-06-06 16:33:31 +0000
committerJeremy Katz <katzj@redhat.com>2003-06-06 16:33:31 +0000
commite0779b7bf137a60bf6e6cd3adee4aabffcd28c73 (patch)
tree20b8340a621390a3fc967ef5fb3723c78b4033c7 /loader2/modules.h
parent91d5fc40d23a5fb5b225287090e8074d0054fa6e (diff)
downloadanaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.tar.gz
anaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.tar.xz
anaconda-e0779b7bf137a60bf6e6cd3adee4aabffcd28c73.zip
merge taroon branch. mostly package bits, but a lot of other misc stuff
and cleanups in here too
Diffstat (limited to 'loader2/modules.h')
-rw-r--r--loader2/modules.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/loader2/modules.h b/loader2/modules.h
index 7f43457c8..616da95aa 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -44,9 +44,8 @@ int mlLoadModuleSetLocation(const char * modNames,
int mlModuleInList(const char * modName, moduleList list);
void writeScsiDisks(moduleList list);
-int simpleRemoveLoadedModule(const char * modName, moduleList modLoaded,
+int removeLoadedModule(const char * modName, moduleList modLoaded,
int flags);
-int reloadUnloadedModule(char * modName, moduleList modLoaded,
- char **, int flags);
+char * getModuleLocation(int version);
#endif