aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 8ad3a9c6f495..0fffa5cdc183 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -325,5 +325,9 @@ static inline int mmc_card_keep_power(struct mmc_host *host)
325 return host->pm_flags & MMC_PM_KEEP_POWER; 325 return host->pm_flags & MMC_PM_KEEP_POWER;
326} 326}
327 327
328static inline int mmc_card_wake_sdio_irq(struct mmc_host *host)
329{
330 return host->pm_flags & MMC_PM_WAKE_SDIO_IRQ;
331}
328#endif 332#endif
329 333