]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/sdhci.h
[MMC] sdhci: support controller specific quirks
[karo-tx-linux.git] / drivers / mmc / sdhci.h
index 8111fa38c05b57a879240faf30de584d9c0c543e..f2453343f783bd3b7dc75ce3e8946c7c277a9eec 100644 (file)
@@ -204,6 +204,8 @@ struct sdhci_host {
 struct sdhci_chip {
        struct pci_dev          *pdev;
 
+       unsigned long           quirks;
+
        int                     num_slots;      /* Slots on controller */
        struct sdhci_host       *hosts[0];      /* Pointers to hosts */
 };