Module Loader definition. More...
#include <modules.h>
Data Fields | |
struct sModuleLoader * | Next |
Kernel Only - Next loader in list. | |
char * | Name |
Friendly name for the loader. | |
int(* | Detector )(void *Base) |
Simple detector function. | |
int(* | Loader )(void *Base) |
Initialises the module. | |
int(* | Unloader )(void *Base) |
Calls module's cleanup. |
Module Loader definition.
Allows a module to extend the loader to recognise other module types E.g. EDI, UDI, Windows, Linux, ...