#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/time.h>
#include <linux/timer.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <asm/uaccess.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include "nwbutton.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Alex Holden" |
| ) |
|
module_exit |
( |
nwbutton_exit |
| ) |
|
module_init |
( |
nwbutton_init |
| ) |
|