aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-10-07 14:39:16 -0700
committerColin Cross <ccross@android.com>2011-06-14 09:09:37 -0700
commitc0455a04b73d1de3d885956a182264af3992cdc7 (patch)
tree894589e3451f7eb3a88a90f63033b10ce4a1e7cb /include/linux/mmc
parent24b3bd400fc6d22dc6d89fd30610226c5773df39 (diff)
downloadkernel_samsung_aries-c0455a04b73d1de3d885956a182264af3992cdc7.zip
kernel_samsung_aries-c0455a04b73d1de3d885956a182264af3992cdc7.tar.gz
kernel_samsung_aries-c0455a04b73d1de3d885956a182264af3992cdc7.tar.bz2
mmc: Add "ignore mmc pm notify" functionality
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/pm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/pm.h b/include/linux/mmc/pm.h
index d37aac4..3903823 100644
--- a/include/linux/mmc/pm.h
+++ b/include/linux/mmc/pm.h
@@ -26,5 +26,6 @@ typedef unsigned int mmc_pm_flag_t;
#define MMC_PM_KEEP_POWER (1 << 0) /* preserve card power during suspend */
#define MMC_PM_WAKE_SDIO_IRQ (1 << 1) /* wake up host system on SDIO IRQ assertion */
+#define MMC_PM_IGNORE_PM_NOTIFY (1 << 2) /* ignore mmc pm notify */
#endif