diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index aa9df4ce96e5..001cde15242b 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -438,7 +438,7 @@ struct mmc_host { #define MMC_CAP2_HS400_POST_TUNING (1 << 22) #define MMC_CAP2_NONHOTPLUG (1 << 25) /*Don't support hotplug*/ #define MMC_CAP2_CMD_QUEUE (1 << 26) /* support eMMC command queue */ - +#define MMC_CAP2_SANITIZE (1 << 27) /* Support Sanitize */ mmc_pm_flag_t pm_caps; /* supported pm features */ #ifdef CONFIG_MMC_CLKGATE |
