Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | LEDFLAGS(bits, shift) ((bits << 8) | (shift << 8)) |
#define | LEDBITS(id, shift, bits) |
Functions | |
module_init (led_init) | |
MODULE_AUTHOR ("Chris Dearman <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("LED probe driver for SEAD-3") | |
Variables | |
struct led_info | led_data_info [] |
Definition at line 15 of file sead3-leds.c.
Definition at line 12 of file sead3-leds.c.
MODULE_AUTHOR | ( | "Chris Dearman <[email protected]>" | ) |
module_init | ( | led_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |