Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/leds.h>
#include <mach/hardware.h>
#include <asm/hardware/locomo.h>
Go to the source code of this file.
Functions | |
module_init (locomoled_init) | |
MODULE_AUTHOR ("John Lenz <[email protected]>") | |
MODULE_DESCRIPTION ("Locomo LED driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "John Lenz <[email protected]>" | ) |
module_init | ( | locomoled_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |