summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.h
blob: f7693ab6c71cabd66759ffbc3d1845d21bf21ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef H_CDINSTALL
#define H_CDINSTALL

#include "../isys/probe.h"
#include "modules.h"

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

char * findRedHatCD(char * location, 
                    struct knownDevices * kd, 
                    moduleInfoSet modInfo, 
                    moduleList modLoaded, 
                    moduleDeps modDeps, 
                    int flags);

#endif