summaryrefslogtreecommitdiffstats
path: root/loader/devices.h
blob: f1e9bf57f7b172b52460912bbb3a8e996a8e57ad (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef H_DEVICES
#define H_DEVICES

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

int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo, 
		  moduleList modLoaded, moduleDeps modDeps, int flags,
		  char ** moduleName);

#endif