mmc: core: Initial support for MMC power sequences
[cascardo/linux.git] / include / linux / mmc / host.h
index b6bf718..0c8cbe5 100644 (file)
@@ -195,6 +195,7 @@ struct mmc_context_info {
 };
 
 struct regulator;
+struct mmc_pwrseq;
 
 struct mmc_supply {
        struct regulator *vmmc;         /* Card power supply */
@@ -206,6 +207,7 @@ struct mmc_host {
        struct device           class_dev;
        int                     index;
        const struct mmc_host_ops *ops;
+       struct mmc_pwrseq       *pwrseq;
        unsigned int            f_min;
        unsigned int            f_max;
        unsigned int            f_init;