MODULE_INIT
Section: (9)
Updated: 14 August 2003
Index
Return to Main Contents
NAME
module_init - driver initialization entry point
SYNOPSIS
module_init ( x);
ARGUMENTS
- x
-
function to be run at kernel boot time or module insertion
DESCRIPTION
module_init will either be called during do_initcalls (if
builtin) or at module insertion time (if a module). There can only
be one per module.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 23:19:25 GMT, August 13, 2003