colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / drivers / mmc / tmio-common.h
index 047458849bdd3ad84cf15dada2b6e49a1e0cf7ab..9062300c64f7a7df1da62a54c75628591393aad9 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef __TMIO_COMMON_H__
 #define __TMIO_COMMON_H__
 
+#include <linux/bitops.h>
 #define TMIO_SD_CMD                    0x000   /* command */
 #define   TMIO_SD_CMD_NOSTOP           BIT(14) /* No automatic CMD12 issue */
 #define   TMIO_SD_CMD_MULTI            BIT(13) /* multiple block transfer */
@@ -147,6 +148,7 @@ struct tmio_sd_priv {
        u8                              adjust_hs400_calibrate;
        u8                              hs400_bad_tap;
        const u8                        *adjust_hs400_calib_table;
+       u32                     quirks;
 #endif
        ulong (*clk_get_rate)(struct tmio_sd_priv *);
 };