#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/time.h>
#include <linux/mca.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/if_ether.h>
#include <linux/skbuff.h>
#include <linux/bitops.h>
#include <asm/processor.h>
#include <asm/io.h>
#include "ibmlana.h"
Go to the source code of this file.
#define _IBM_LANA_DRIVER_ |
#define DRV_NAME "ibmlana" |
module_exit |
( |
ibmlana_cleanup_module |
| ) |
|
module_init |
( |
ibmlana_init_module |
| ) |
|
module_param_named |
( |
irq |
, |
|
|
ibmlana_irq |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
module_param_named |
( |
io |
, |
|
|
ibmlana_io |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |