aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/sh_mmcif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc/sh_mmcif.h')
-rw-r--r--include/linux/mmc/sh_mmcif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/sh_mmcif.h b/include/linux/mmc/sh_mmcif.h
index ffabf8c0a53..6a98e97c49f 100644
--- a/include/linux/mmc/sh_mmcif.h
+++ b/include/linux/mmc/sh_mmcif.h
@@ -97,6 +97,9 @@ static inline void sh_mmcif_writel(void __iomem *addr, int reg, u32 val)
97 97
98#define SH_MMCIF_BBS 512 /* boot block size */ 98#define SH_MMCIF_BBS 512 /* boot block size */
99 99
100enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT,
101 MMCIF_PROGRESS_LOAD, MMCIF_PROGRESS_DONE };
102
100static inline void sh_mmcif_boot_cmd_send(void __iomem *base, 103static inline void sh_mmcif_boot_cmd_send(void __iomem *base,
101 unsigned long cmd, unsigned long arg) 104 unsigned long cmd, unsigned long arg)
102{ 105{