Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio
[linux-2.6-microblaze.git] / drivers / mmc / host / dw_mmc.h
index da5923a..ce05d81 100644 (file)
@@ -14,6 +14,8 @@
 #include <linux/mmc/core.h>
 #include <linux/dmaengine.h>
 #include <linux/reset.h>
+#include <linux/fault-inject.h>
+#include <linux/hrtimer.h>
 #include <linux/interrupt.h>
 
 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 */