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 c0345ed86..c44793d5e 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -224,6 +224,7 @@  #define SDHCI_QUIRK_NO_HISPD_BIT	(1 << 3)  #define SDHCI_QUIRK_BROKEN_VOLTAGE	(1 << 4)  #define SDHCI_QUIRK_NO_CD		(1 << 5) +#define SDHCI_QUIRK_WAIT_SEND_CMD	(1 << 6)  /* to make gcc happy */  struct sdhci_host; |