Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/mmc/sdio_func.h>
#include <linux/mmc/sdio_ids.h>
#include <linux/platform_device.h>
#include <linux/wl12xx.h>
#include <linux/irq.h>
#include <linux/pm_runtime.h>
#include "wl1251.h"
Go to the source code of this file.
Data Structures | |
struct | wl1251_sdio |
Macros | |
#define | SDIO_VENDOR_ID_TI 0x104c |
#define | SDIO_DEVICE_ID_TI_WL1251 0x9066 |
Functions | |
MODULE_DEVICE_TABLE (sdio, wl1251_devices) | |
module_init (wl1251_sdio_init) | |
module_exit (wl1251_sdio_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Kalle Valo <[email protected]>") | |
MODULE_AUTHOR | ( | "Kalle Valo <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | sdio | , |
wl1251_devices | |||
) |
module_exit | ( | wl1251_sdio_exit | ) |
module_init | ( | wl1251_sdio_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |