|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/kernel.h>#include "isdn_divert.h"Go to the source code of this file.
Functions | |
| MODULE_DESCRIPTION ("ISDN4Linux: Call diversion support") | |
| MODULE_AUTHOR ("Werner Cornelius") | |
| MODULE_LICENSE ("GPL") | |
| module_init (divert_init) | |
| module_exit (divert_exit) | |
Variables | |
| isdn_divert_if | divert_if |
| MODULE_AUTHOR | ( | "Werner Cornelius" | ) |
| MODULE_DESCRIPTION | ( | "ISDN4Linux: Call diversion support" | ) |
| module_exit | ( | divert_exit | ) |
| module_init | ( | divert_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| isdn_divert_if divert_if |
Definition at line 25 of file divert_init.c.
1.8.2