summaryrefslogtreecommitdiffstats
path: root/loader/cdrom.h
blob: 44c92e18c9de19b17019d1c0b6eb12260671a3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef H_LOADER_CDROM
#define H_LOADER_CDROM

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

#include "modules.h"

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

#endif