upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / mach-s5pv310 / setup-mshci.c
1 /* linux/arch/arm/mach-s5pv210/setup-mshci.c
2  *
3  * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
4  *              http://www.samsung.com/
5  *
6  * S5PV310 - Helper functions for settign up MSHCI device(s) 
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #include <linux/kernel.h>
14 #include <linux/types.h>
15 #include <linux/interrupt.h>
16 #include <linux/platform_device.h>
17 #include <linux/io.h>
18
19 #include <linux/mmc/card.h>
20 #include <linux/mmc/host.h>
21
22 #include <plat/mshci.h>
23
24 char *s5pv310_mshc_clksrcs[1] = {
25         [0] = "sclk_mshc",      /* sclk for msch */
26 };
27
28 void s5pv310_setup_mshci_cfg_card(struct platform_device *dev,
29                                     void __iomem *r,
30                                     struct mmc_ios *ios,
31                                     struct mmc_card *card)
32 {
33 }