summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/modules.h')
-rw-r--r--loader2/modules.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader2/modules.h b/loader2/modules.h
index 3c4c6872e..7f43457c8 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -44,5 +44,9 @@ int mlLoadModuleSetLocation(const char * modNames,
int mlModuleInList(const char * modName, moduleList list);
void writeScsiDisks(moduleList list);
+int simpleRemoveLoadedModule(const char * modName, moduleList modLoaded,
+ int flags);
+int reloadUnloadedModule(char * modName, moduleList modLoaded,
+ char **, int flags);
#endif