MODULE_EXIT

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

module_exit - driver exit entry point  

SYNOPSIS

module_exit ( x);  

ARGUMENTS

x
function to be run when driver is removed
 

DESCRIPTION

module_exit will wrap the driver clean-up code with cleanup_module when used with rmmod when the driver is a module. If the driver is statically compiled into the kernel, module_exit has no effect. 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