X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmmc%2Fhost.h;h=00dc1809494cd42f8b948d5d6aefb7773cc26251;hb=d1496c39e500857b8949cdb91af24e0eb8aae4d0;hp=8e2642ebf02f48fe3e817e116158e24edfaaea41;hpb=2342f3323c9a76367a1d7f9a35525ee3cb3911df;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 8e2642ebf02..00dc1809494 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -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; };