#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/ptrace.h>
#include <linux/ioport.h>
#include <linux/spinlock.h>
#include <linux/moduleparam.h>
#include <linux/skbuff.h>
#include <linux/string.h>
#include <linux/serial.h>
#include <linux/serial_reg.h>
#include <linux/bitops.h>
#include <asm/io.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ciscode.h>
#include <pcmcia/ds.h>
#include <pcmcia/cisreg.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
Go to the source code of this file.
#define NSHL 4 /* Nokia Specific Header Length */ |
MODULE_DESCRIPTION |
( |
"Bluetooth driver for Nokia Connectivity Card DTL-1" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pcmcia |
, |
|
|
dtl1_ids |
|
|
) |
| |
module_exit |
( |
exit_dtl1_cs |
| ) |
|
module_init |
( |
init_dtl1_cs |
| ) |
|