mmc: Add MMC host software queue support
[linux-2.6-microblaze.git] / include / linux / mmc / host.h
index 4c5eb3a..94e3c87 100644 (file)
@@ -463,6 +463,9 @@ struct mmc_host {
        bool                    cqe_enabled;
        bool                    cqe_on;
 
+       /* Host Software Queue support */
+       bool                    hsq_enabled;
+
        unsigned long           private[0] ____cacheline_aligned;
 };