Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/timer.h>
#include <linux/leds.h>
#include "leds.h"
Go to the source code of this file.
Data Structures | |
struct | transient_trig_data |
Functions | |
module_init (transient_trig_init) | |
module_exit (transient_trig_exit) | |
MODULE_AUTHOR ("Shuah Khan <[email protected]>") | |
MODULE_DESCRIPTION ("Transient LED trigger") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Shuah Khan <[email protected]>" | ) |
module_exit | ( | transient_trig_exit | ) |
module_init | ( | transient_trig_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |