aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index f186b26c05a4..9209f95a5106 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -271,6 +271,7 @@ struct mmc_host {
271#define MMC_CAP_UHS_SDR50 (1 << 18) /* Host supports UHS SDR50 mode */ 271#define MMC_CAP_UHS_SDR50 (1 << 18) /* Host supports UHS SDR50 mode */
272#define MMC_CAP_UHS_SDR104 (1 << 19) /* Host supports UHS SDR104 mode */ 272#define MMC_CAP_UHS_SDR104 (1 << 19) /* Host supports UHS SDR104 mode */
273#define MMC_CAP_UHS_DDR50 (1 << 20) /* Host supports UHS DDR50 mode */ 273#define MMC_CAP_UHS_DDR50 (1 << 20) /* Host supports UHS DDR50 mode */
274#define MMC_CAP_NO_BOUNCE_BUFF (1 << 21) /* Disable bounce buffers on host */
274#define MMC_CAP_DRIVER_TYPE_A (1 << 23) /* Host supports Driver Type A */ 275#define MMC_CAP_DRIVER_TYPE_A (1 << 23) /* Host supports Driver Type A */
275#define MMC_CAP_DRIVER_TYPE_C (1 << 24) /* Host supports Driver Type C */ 276#define MMC_CAP_DRIVER_TYPE_C (1 << 24) /* Host supports Driver Type C */
276#define MMC_CAP_DRIVER_TYPE_D (1 << 25) /* Host supports Driver Type D */ 277#define MMC_CAP_DRIVER_TYPE_D (1 << 25) /* Host supports Driver Type D */