Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/sched.h>
#include "isdnloop.h"
Go to the source code of this file.
Data Structures | |
struct | isdnloop_stat |
Typedefs | |
typedef struct isdnloop_stat | isdnloop_stat |
Functions | |
MODULE_DESCRIPTION ("ISDN4Linux: Pseudo Driver that simulates an ISDN card") | |
MODULE_AUTHOR ("Fritz Elfert") | |
MODULE_LICENSE ("GPL") | |
module_param (isdnloop_id, charp, 0) | |
MODULE_PARM_DESC (isdnloop_id,"ID-String of first card") | |
module_init (isdnloop_init) | |
module_exit (isdnloop_exit) | |
typedef struct isdnloop_stat isdnloop_stat |
MODULE_AUTHOR | ( | "Fritz Elfert" | ) |
MODULE_DESCRIPTION | ( | "ISDN4Linux: Pseudo Driver that simulates an ISDN card" | ) |
module_exit | ( | isdnloop_exit | ) |
module_init | ( | isdnloop_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | isdnloop_id | , |
charp | , | ||
0 | |||
) |