diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index ce5f1d73dc04..98aa621fd22b 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -286,6 +286,10 @@ struct sdhci_host { struct timer_list timer; /* Timer for timeouts */ +#ifdef CONFIG_EMBEDDED_MMC_START_OFFSET + unsigned int start_offset; /* Zero-offset for MBR */ +#endif + unsigned long private[0] ____cacheline_aligned; }; |