#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/phonedev.h>
#include <linux/init.h>
#include <asm/uaccess.h>
#include <linux/kmod.h>
#include <linux/sem.h>
#include <linux/mutex.h>
Go to the source code of this file.
#define PHONE_NUM_DEVICES 256 |
module_exit |
( |
telephony_exit |
| ) |
|
module_init |
( |
telephony_init |
| ) |
|
int phone_register_device |
( |
struct phone_device * |
p, |
|
|
int |
unit |
|
) |
| |
void phone_unregister_device |
( |
struct phone_device * |
pfd | ) |
|