diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/card.h | 1 | ||||
-rw-r--r-- | include/linux/mmc/core.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 42df06c6b19c..4dc435dbe8ee 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h @@ -313,6 +313,7 @@ struct mmc_card { unsigned int bouncesz; /* Bounce buffer size */ struct workqueue_struct *complete_wq; /* Private workqueue */ + unsigned int movi_ops; }; static inline bool mmc_large_sector(struct mmc_card *card) diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 29aa50711626..80cbc1aaf49c 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h @@ -174,4 +174,7 @@ int mmc_hw_reset(struct mmc_host *host); int mmc_sw_reset(struct mmc_host *host); void mmc_set_data_timeout(struct mmc_data *data, const struct mmc_card *card); +int mmc_start_movi_smart(struct mmc_card *card); +int mmc_start_movi_operation(struct mmc_card *card); + #endif /* LINUX_MMC_CORE_H */ |