|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/ptrace.h>#include <linux/slab.h>#include <linux/string.h>#include <asm/io.h>#include <pcmcia/cistpl.h>#include <pcmcia/ds.h>#include "hisax_cfg.h"Go to the source code of this file.
Functions | |
| MODULE_DESCRIPTION ("ISDN4Linux: PCMCIA client driver for AVM A1/Fritz!PCMCIA cards") | |
| MODULE_AUTHOR ("Carsten Paeth") | |
| MODULE_LICENSE ("GPL") | |
| module_param (isdnprot, int, 0) | |
| MODULE_DEVICE_TABLE (pcmcia, avma1cs_ids) | |
| module_init (init_avma1_cs) | |
| module_exit (exit_avma1_cs) | |
| MODULE_AUTHOR | ( | "Carsten Paeth" | ) |
| MODULE_DEVICE_TABLE | ( | pcmcia | , |
| avma1cs_ids | |||
| ) |
| module_exit | ( | exit_avma1_cs | ) |
| module_init | ( | init_avma1_cs | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | isdnprot | , |
| int | , | ||
| 0 | |||
| ) |
1.8.2