diff options
author | Adrian Hunter | 2017-09-22 15:36:52 +0300 |
---|---|---|
committer | Ulf Hansson | 2017-10-30 11:45:50 +0100 |
commit | 72a5af554df837e373efb0d6c8fc68c568f9a7ac (patch) | |
tree | 934bda00bbed4f8359c1f93ee1dad3ec0a5b587f /include/linux/mmc | |
parent | 6c0cedd1ef9527ef13e66875746570e76a3188a7 (diff) |
mmc: core: Add support for handling CQE requests
Add core support for handling CQE requests, including starting, completing
and recovering.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 443f7a8cdfe5..c296f4351c1d 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -474,6 +474,8 @@ void mmc_detect_change(struct mmc_host *, unsigned long delay); void mmc_request_done(struct mmc_host *, struct mmc_request *); void mmc_command_done(struct mmc_host *host, struct mmc_request *mrq); +void mmc_cqe_request_done(struct mmc_host *host, struct mmc_request *mrq); + static inline void mmc_signal_sdio_irq(struct mmc_host *host) { host->ops->enable_sdio_irq(host, 0); |