summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/modules.h')
-rw-r--r--loader2/modules.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/loader2/modules.h b/loader2/modules.h
index 07042db3a..c899b3225 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -34,12 +34,6 @@ int mlLoadModule(const char * module, moduleList modLoaded,
int mlLoadModuleSet(const char * modNames,
moduleList modLoaded, moduleDeps modDeps,
moduleInfoSet modInfo, int flags);
-/* like mlLoadModuleSet but from an explicit location */
-/* JKFIXME: this is a hack */
-int mlLoadModuleSetLocation(const char * modNames,
- moduleList modLoaded, moduleDeps modDeps,
- moduleInfoSet modInfo, int flags,
- struct moduleBallLocation * location);
int mlModuleInList(const char * modName, moduleList list);
void writeScsiDisks(moduleList list);