aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/mach/mmc.h')
-rw-r--r--arch/arm/plat-omap/include/mach/mmc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mmc.h b/arch/arm/plat-omap/include/mach/mmc.h
index 2f7cf31f9cd6..bab486ce5185 100644
--- a/arch/arm/plat-omap/include/mach/mmc.h
+++ b/arch/arm/plat-omap/include/mach/mmc.h
@@ -83,6 +83,9 @@ struct omap_mmc_platform_data {
83 /* use the internal clock */ 83 /* use the internal clock */
84 unsigned internal_clock:1; 84 unsigned internal_clock:1;
85 85
86 /* nonremovable e.g. eMMC */
87 unsigned nonremovable:1;
88
86 int switch_pin; /* gpio (card detect) */ 89 int switch_pin; /* gpio (card detect) */
87 int gpio_wp; /* gpio (write protect) */ 90 int gpio_wp; /* gpio (write protect) */
88 91