diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 16e9338944e8..a3ac9c48e5de 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
| @@ -241,6 +241,7 @@ struct mmc_host { | |||
| 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_CACHE_CTRL (1 << 1) /* Allow cache control */ | 242 | #define MMC_CAP2_CACHE_CTRL (1 << 1) /* Allow cache control */ |
| 243 | #define MMC_CAP2_POWEROFF_NOTIFY (1 << 2) /* Notify poweroff supported */ | 243 | #define MMC_CAP2_POWEROFF_NOTIFY (1 << 2) /* Notify poweroff supported */ |
| 244 | #define MMC_CAP2_NO_MULTI_READ (1 << 3) /* Multiblock reads don't work */ | ||
| 244 | 245 | ||
| 245 | mmc_pm_flag_t pm_caps; /* supported pm features */ | 246 | mmc_pm_flag_t pm_caps; /* supported pm features */ |
| 246 | unsigned int power_notify_type; | 247 | unsigned int power_notify_type; |
