Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tmio.h>
#include <linux/mmc/host.h>
#include <linux/module.h>
#include <linux/pagemap.h>
#include <linux/scatterlist.h>
#include "tmio_mmc.h"
Go to the source code of this file.
Macros | |
#define | tmio_mmc_suspend NULL |
#define | tmio_mmc_resume NULL |
Functions | |
module_platform_driver (tmio_mmc_driver) | |
MODULE_DESCRIPTION ("Toshiba TMIO SD/MMC driver") | |
MODULE_AUTHOR ("Ian Molton <[email protected]>") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_ALIAS ("platform:tmio-mmc") | |
#define tmio_mmc_resume NULL |
Definition at line 57 of file tmio_mmc.c.
#define tmio_mmc_suspend NULL |
Definition at line 56 of file tmio_mmc.c.
MODULE_ALIAS | ( | "platform:tmio-mmc" | ) |
MODULE_AUTHOR | ( | "Ian Molton <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | tmio_mmc_driver | ) |