#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/in.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/inet.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
#include <asm/io.h>
#include "de600.h"
Go to the source code of this file.
#define DE600_SLOW_DOWN udelay(delay_time) |
module_exit |
( |
de600_exit |
| ) |
|
module_init |
( |
de600_init |
| ) |
|
module_param |
( |
check_lost |
, |
|
|
bool |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
delay_time |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
check_lost |
, |
|
|
"If set then check for unplugged de600" |
|
|
) |
| |