#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/ptrace.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/ioport.h>
#include <asm/io.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/cisreg.h>
#include <pcmcia/ds.h>
#include "hisax_cfg.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Marcus Niemann" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pcmcia |
, |
|
|
sedlbauer_ids |
|
|
) |
| |
module_exit |
( |
exit_sedlbauer_cs |
| ) |
|
module_init |
( |
init_sedlbauer_cs |
| ) |
|
MODULE_LICENSE |
( |
"Dual MPL/GPL" |
| ) |
|