Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/irq.h>
#include <linux/serio.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <asm/mach-types.h>
#include <mach/board-ams-delta.h>
#include <mach/ams-delta-fiq.h>
Go to the source code of this file.
Functions | |
MODULE_AUTHOR ("Matt Callow") | |
MODULE_DESCRIPTION ("AMS Delta (E3) keyboard port driver") | |
MODULE_LICENSE ("GPL") | |
module_init (ams_delta_serio_init) | |
module_exit (ams_delta_serio_exit) | |
MODULE_AUTHOR | ( | "Matt Callow" | ) |
module_exit | ( | ams_delta_serio_exit | ) |
module_init | ( | ams_delta_serio_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |