summaryrefslogtreecommitdiffstats
path: root/loader/pcmcia.h
blob: 120d85c9b6f560c8e75393b3750432b767e5d326 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef H_LOADER_PCMCIA
#define H_LOADER_PCMCIA

#include "isys/probe.h"

/* pcic should point to a space 20 characters long */
int startPcmcia(char * floppyDevice, moduleList modLoaded, moduleDeps modDeps, 
		moduleInfoSet modInfo, char * pcic, 
		struct knownDevices * kd, int flags);

#endif