|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/leds.h>#include "leds.h"Go to the source code of this file.
Functions | |
| module_init (defon_trig_init) | |
| module_exit (defon_trig_exit) | |
| MODULE_AUTHOR ("Nick Forbes <[email protected]>") | |
| MODULE_DESCRIPTION ("Default-ON LED trigger") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Nick Forbes <[email protected]>" | ) |
| module_exit | ( | defon_trig_exit | ) |
| module_init | ( | defon_trig_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2