MODULE_EXIT(9) Driver Basics MODULE_EXIT(9)NAMEmodule_exit - driver exit entry pointSYNOPSISmodule_exit(x);ARGUMENTSx function to be run when driver is removedDESCRIPTIONmodule_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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 MODULE_EXIT(9)
| Related Man Pages |
|---|
| fwe(4) - plan9 |
| fwe(4) - netbsd |
| fwe(4) - centos |
| fwe(4) - php |
| fwe(4) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| kernel:how to modify and read the tick rate:HZ |
| Doubt with irq handler....... |
| Running bin file from a module |
| Build Error |
| Wrapper for unix program - urgent help needed |