summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.h
blob: 578fd94b7780da066aa78c8265785f18b22d6048 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef H_HDINSTALL
#define H_HDINSTALL


char * mountHardDrive(struct installMethod * method,
                             char * location, struct knownDevices * kd,
                             moduleInfoSet modInfo, moduleList modLoaded,
                             moduleDeps * modDepsPtr, int flags);

#endif