summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRussell King2010-05-21 00:43:18 +0200
committerRussell King2010-05-21 00:43:18 +0200
commit9bfe99a8f95122f83f3c894b1071b61e2b6d4990 (patch)
treee322752b04deb314b579cae2c5c9993453775823 /include
parentMerge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux (diff)
parentmx31_3ds: Support the keypad situated in the personality board (diff)
downloadkernel-qcow2-linux-9bfe99a8f95122f83f3c894b1071b61e2b6d4990.tar.gz
kernel-qcow2-linux-9bfe99a8f95122f83f3c894b1071b61e2b6d4990.tar.xz
kernel-qcow2-linux-9bfe99a8f95122f83f3c894b1071b61e2b6d4990.zip
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 43eaf5ca5848..3196c84cc630 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -108,6 +108,9 @@ struct mmc_host_ops {
int (*get_cd)(struct mmc_host *host);
void (*enable_sdio_irq)(struct mmc_host *host, int enable);
+
+ /* optional callback for HC quirks */
+ void (*init_card)(struct mmc_host *host, struct mmc_card *card);
};
struct mmc_card;