|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/interrupt.h>#include <linux/platform_device.h>#include <asm/push-switch.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "push-switch" |
| #define | DRV_VERSION "0.1.1" |
Functions | |
| module_init (switch_init) | |
| module_exit (switch_exit) | |
| MODULE_VERSION (DRV_VERSION) | |
| MODULE_AUTHOR ("Paul Mundt") | |
| MODULE_LICENSE ("GPL v2") | |
| #define DRV_NAME "push-switch" |
Definition at line 17 of file push-switch.c.
| #define DRV_VERSION "0.1.1" |
Definition at line 18 of file push-switch.c.
| MODULE_AUTHOR | ( | "Paul Mundt" | ) |
| module_exit | ( | switch_exit | ) |
| module_init | ( | switch_init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2