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/slab.h>
#include <linux/leds.h>
#include "leds.h"
Go to the source code of this file.
Data Structures | |
struct | oneshot_trig_data |
Macros | |
#define | DEFAULT_DELAY 100 |
Functions | |
module_init (oneshot_trig_init) | |
module_exit (oneshot_trig_exit) | |
MODULE_AUTHOR ("Fabio Baltieri <[email protected]>") | |
MODULE_DESCRIPTION ("One-shot LED trigger") | |
MODULE_LICENSE ("GPL") | |
#define DEFAULT_DELAY 100 |
Definition at line 23 of file ledtrig-oneshot.c.
MODULE_AUTHOR | ( | "Fabio Baltieri <[email protected]>" | ) |
module_exit | ( | oneshot_trig_exit | ) |
module_init | ( | oneshot_trig_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |