summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/hdinstall.h')
-rw-r--r--loader2/hdinstall.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/loader2/hdinstall.h b/loader2/hdinstall.h
index 578fd94b7..5e945cbdd 100644
--- a/loader2/hdinstall.h
+++ b/loader2/hdinstall.h
@@ -3,8 +3,9 @@
char * mountHardDrive(struct installMethod * method,
- char * location, struct knownDevices * kd,
- moduleInfoSet modInfo, moduleList modLoaded,
- moduleDeps * modDepsPtr, int flags);
+ char * location, struct knownDevices * kd,
+ struct loaderData_s * loaderData,
+ moduleInfoSet modInfo, moduleList modLoaded,
+ moduleDeps * modDepsPtr, int flags);
#endif