aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-of.h
diff options
context:
space:
mode:
authorAlbert Herranz <albert_herranz@yahoo.es>2009-12-17 15:27:20 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-17 15:45:32 -0800
commit1144ab5d4b2da9f964d126105c6b3ced939eb073 (patch)
treebaba32874021651f2387a0181a12a9b26c847444 /drivers/mmc/host/sdhci-of.h
parentsdhci-of: reorganize driver to support additional hardware (diff)
downloadlinux-dev-1144ab5d4b2da9f964d126105c6b3ced939eb073.tar.xz
linux-dev-1144ab5d4b2da9f964d126105c6b3ced939eb073.zip
sdhci-of: add support for the wii sdhci controller
Add support for the Secure Digital Host Controller Interface found on the "Hollywood" chipset of the Nintendo Wii video game console. Signed-off-by: Albert Herranz <albert_herranz@yahoo.es> Cc: <linux-mmc@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/mmc/host/sdhci-of.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-of.h b/drivers/mmc/host/sdhci-of.h
index 17e873d3baaf..ad09ad9915d8 100644
--- a/drivers/mmc/host/sdhci-of.h
+++ b/drivers/mmc/host/sdhci-of.h
@@ -37,5 +37,6 @@ extern void sdhci_be32bs_writew(struct sdhci_host *host, u16 val, int reg);
extern void sdhci_be32bs_writeb(struct sdhci_host *host, u8 val, int reg);
extern struct sdhci_of_data sdhci_esdhc;
+extern struct sdhci_of_data sdhci_hlwd;
#endif /* __SDHCI_OF_H */