X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fdw_mmc.h;h=ce05d81477d9cd9dbed1aa8086d204716583b4a3;hb=89b6b8cd92c068cd1bdf877ec7fb1392568ef35d;hp=da5923a92e607e35a1f5c449130412f70ffa6120;hpb=0ac072cced08390b9b31fe3c56c364c3ef2f6d6a;p=linux-2.6-microblaze.git diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index da5923a92e60..ce05d81477d9 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h @@ -14,6 +14,8 @@ #include #include #include +#include +#include #include enum dw_mci_state { @@ -230,6 +232,11 @@ struct dw_mci { struct timer_list cmd11_timer; struct timer_list cto_timer; struct timer_list dto_timer; + +#ifdef CONFIG_FAULT_INJECTION + struct fault_attr fail_data_crc; + struct hrtimer fault_timer; +#endif }; /* DMA ops for Internal/External DMAC interface */