|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/poll.h>#include <linux/vmalloc.h>#include <linux/slab.h>#include <linux/pci.h>#include "hysdn_defs.h"Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (pci, hysdn_pci_tbl) | |
| MODULE_DESCRIPTION ("ISDN4Linux: Driver for HYSDN cards") | |
| MODULE_AUTHOR ("Werner Cornelius") | |
| MODULE_LICENSE ("GPL") | |
| module_init (hysdn_init) | |
| module_exit (hysdn_exit) | |
Variables | |
| hysdn_card * | card_root = NULL |
| MODULE_AUTHOR | ( | "Werner Cornelius" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| hysdn_pci_tbl | |||
| ) |
| module_exit | ( | hysdn_exit | ) |
| module_init | ( | hysdn_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| hysdn_card* card_root = NULL |
Definition at line 40 of file hysdn_init.c.
1.8.2