Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/input.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/timer.h>
#include <linux/maple.h>
Go to the source code of this file.
Data Structures | |
struct | dc_pad |
Functions | |
MODULE_AUTHOR ("Adrian McMenamin <[email protected]>") | |
MODULE_DESCRIPTION ("SEGA Dreamcast controller driver") | |
MODULE_LICENSE ("GPL") | |
module_init (dc_pad_init) | |
module_exit (dc_pad_exit) | |
MODULE_AUTHOR | ( | "Adrian McMenamin <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "SEGA Dreamcast controller driver" | ) |
module_exit | ( | dc_pad_exit | ) |
module_init | ( | dc_pad_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |