#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/skbuff.h>
#include <linux/mmc/sdio_ids.h>
#include <linux/mmc/sdio_func.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
Go to the source code of this file.
#define REG_CL_INTRD 0x13 /* Interrupt Clear */ |
#define REG_EN_INTRD 0x14 /* Interrupt Enable */ |
#define REG_INTRD 0x13 /* Interrupt Indication */ |
#define REG_MD_STAT 0x20 /* Bluetooth Mode Status */ |
#define REG_PC_RRT 0x10 /* Read Packet Control */ |
#define REG_PC_WRT 0x11 /* Write Packet Control */ |
#define REG_RDAT 0x00 /* Receiver Data */ |
#define REG_RTC_SET 0x12 /* Retry Control Set */ |
#define REG_RTC_STAT 0x12 /* Retry Control Status */ |
#define REG_TDAT 0x00 /* Transmitter Data */ |
MODULE_DESCRIPTION |
( |
"Generic Bluetooth SDIO driver ver " |
VERSION | ) |
|
MODULE_DEVICE_TABLE |
( |
sdio |
, |
|
|
btsdio_table |
|
|
) |
| |
module_exit |
( |
btsdio_exit |
| ) |
|
module_init |
( |
btsdio_init |
| ) |
|