X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fsdhci.h;h=cffbe53621aee9c9691f9f5ec39d9c8fe98f047b;hb=601795462a4e7ede97b64dc306de1002e688eef6;hp=c0345ed86ef108f7d218ecbfb3ce8d6b7f13b64c;hpb=b09ed6e4fe6065851751e7fc381ff40c23fb09f1;p=u-boot diff --git a/include/sdhci.h b/include/sdhci.h index c0345ed86e..cffbe53621 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -224,6 +224,8 @@ #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) +#define SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER (1 << 7) /* to make gcc happy */ struct sdhci_host;