]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmc/host.h
sdio: core support for SDIO function interrupt
[linux-2.6-omap-h63xx.git] / include / linux / mmc / host.h
index 8e2642ebf02f48fe3e817e116158e24edfaaea41..00dc1809494cd42f8b948d5d6aefb7773cc26251 100644 (file)
@@ -123,6 +123,10 @@ struct mmc_host {
        unsigned int            bus_refs;       /* reference counter */
        unsigned int            bus_dead:1;     /* bus has been released */
 
+       unsigned int            sdio_irqs;
+       struct task_struct      *sdio_irq_thread;
+       atomic_t                sdio_irq_thread_abort;
+
        unsigned long           private[0] ____cacheline_aligned;
 };