diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index aed5bc7245f7..cd10208d9a06 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -239,8 +239,13 @@ struct mmc_host { | |||
239 | unsigned int caps2; /* More host capabilities */ | 239 | unsigned int caps2; /* More host capabilities */ |
240 | 240 | ||
241 | #define MMC_CAP2_BOOTPART_NOACC (1 << 0) /* Boot partition no access */ | 241 | #define MMC_CAP2_BOOTPART_NOACC (1 << 0) /* Boot partition no access */ |
242 | #define MMC_CAP2_POWEROFF_NOTIFY (1 << 2) /* Notify poweroff supported */ | ||
242 | 243 | ||
243 | mmc_pm_flag_t pm_caps; /* supported pm features */ | 244 | mmc_pm_flag_t pm_caps; /* supported pm features */ |
245 | unsigned int power_notify_type; | ||
246 | #define MMC_HOST_PW_NOTIFY_NONE 0 | ||
247 | #define MMC_HOST_PW_NOTIFY_SHORT 1 | ||
248 | #define MMC_HOST_PW_NOTIFY_LONG 2 | ||
244 | 249 | ||
245 | #ifdef CONFIG_MMC_CLKGATE | 250 | #ifdef CONFIG_MMC_CLKGATE |
246 | int clk_requests; /* internal reference counter */ | 251 | int clk_requests; /* internal reference counter */ |