|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/mmc/card.h>#include <linux/mmc/sdio_func.h>#include <linux/mmc/sdio_ids.h>#include <linux/slab.h>#include <linux/ssb/ssb.h>#include "sdio.h"#include "b43.h"Go to the source code of this file.
Data Structures | |
| struct | b43_sdio_quirk |
Macros | |
| #define | HNBU_CHIPID 0x01 /* vendor & device id */ |
| #define | B43_SDIO_BLOCK_SIZE 64 /* rx fifo max size in bytes */ |
Functions | |
| int | b43_sdio_request_irq (struct b43_wldev *dev, void(*handler)(struct b43_wldev *dev)) |
| void | b43_sdio_free_irq (struct b43_wldev *dev) |
| int | b43_sdio_init (void) |
| void | b43_sdio_exit (void) |
1.8.2