Linux Kernel
3.7.1
|
#include <linux/firmware.h>
#include <linux/slab.h>
#include <linux/mmc/sdio_ids.h>
#include <linux/mmc/sdio_func.h>
#include <linux/module.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include "btmrvl_drv.h"
#include "btmrvl_sdio.h"
Go to the source code of this file.
Macros | |
#define | VERSION "1.0" |
Functions | |
MODULE_DEVICE_TABLE (sdio, btmrvl_sdio_ids) | |
module_init (btmrvl_sdio_init_module) | |
module_exit (btmrvl_sdio_exit_module) | |
MODULE_AUTHOR ("Marvell International Ltd.") | |
MODULE_DESCRIPTION ("Marvell BT-over-SDIO driver ver "VERSION) | |
MODULE_VERSION (VERSION) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_FIRMWARE ("sd8688_helper.bin") | |
MODULE_FIRMWARE ("sd8688.bin") | |
MODULE_FIRMWARE ("mrvl/sd8787_uapsta.bin") | |
MODULE_FIRMWARE ("mrvl/sd8797_uapsta.bin") | |
#define VERSION "1.0" |
Marvell BT-over-SDIO driver: SDIO interface related functions.
Copyright (C) 2009, Marvell International Ltd.
This software file (the "File") is distributed by Marvell International Ltd. under the terms of the GNU General Public License Version 2, June 1991 (the "License"). You may use, redistribute and/or modify this File in accordance with the terms and conditions of the License, a copy of which is available by writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY DISCLAIMED. The License provides additional details about this warranty disclaimer.
Definition at line 34 of file btmrvl_sdio.c.
MODULE_AUTHOR | ( | "Marvell International Ltd." | ) |
MODULE_DEVICE_TABLE | ( | sdio | , |
btmrvl_sdio_ids | |||
) |
module_exit | ( | btmrvl_sdio_exit_module | ) |
MODULE_FIRMWARE | ( | "sd8688_helper.bin" | ) |
MODULE_FIRMWARE | ( | "sd8688.bin" | ) |
MODULE_FIRMWARE | ( | "mrvl/sd8787_uapsta.bin" | ) |
MODULE_FIRMWARE | ( | "mrvl/sd8797_uapsta.bin" | ) |
module_init | ( | btmrvl_sdio_init_module | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
MODULE_VERSION | ( | VERSION | ) |