|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/device.h>#include <linux/ctype.h>#include <linux/leds.h>#include "leds.h"Go to the source code of this file.
Functions | |
| module_init (timer_trig_init) | |
| module_exit (timer_trig_exit) | |
| MODULE_AUTHOR ("Richard Purdie <[email protected]>") | |
| MODULE_DESCRIPTION ("Timer LED trigger") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Richard Purdie <[email protected]>" | ) |
| module_exit | ( | timer_trig_exit | ) |
| module_init | ( | timer_trig_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2