tModule Struct Reference

Module header. More...

#include <modules.h>

Data Fields

Uint32 Magic
 Identifying magic value (See MODULE_MAGIC).
Uint8 Arch
 Achitecture ID (See MODULE_ARCH_ID).
Uint8 Flags
 Module Flags.
Uint16 Version
 Module Version in Major.Minor 8.8 form.
struct sModule * Next
 Next module in list (not to be touched by the driver).
char * Name
 Module Name/Identifier.
int(* Init )(char **Arguments)
 Module initialiser / entrypoint.
void(* Deinit )(void)
 Cleanup Function.
char ** Dependencies
 NULL terminated list of dependencies.

Detailed Description

Module header.

Note:
There is no reason for a module to touch this structure beyond using MODULE_DEFINE to create it.

The documentation for this struct was generated from the following file:
Generated on Mon Feb 14 15:21:31 2011 for Acess2 by  doxygen 1.6.3