diff options
Diffstat (limited to 'include/sdhci.h')
| -rw-r--r-- | include/sdhci.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/sdhci.h b/include/sdhci.h index 800f9d9c0..a2415ba8f 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -216,6 +216,7 @@   */  #define SDHCI_QUIRK_32BIT_DMA_ADDR	(1 << 0)  #define SDHCI_QUIRK_REG32_RW		(1 << 1) +#define SDHCI_QUIRK_BROKEN_R1B		(1 << 2)  /* to make gcc happy */  struct sdhci_host; |