]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/scsi/cxlflash/common.h
scsi: cxlflash: Schedule asynchronous reset of the host
[mirror_ubuntu-zesty-kernel.git] / drivers / scsi / cxlflash / common.h
index 75decf67174373de978fc64f34a83787004eb449..e9b61087b72bbeb398676c915feb6a792d3069e7 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef _CXLFLASH_COMMON_H
 #define _CXLFLASH_COMMON_H
 
+#include <linux/async.h>
 #include <linux/irq_poll.h>
 #include <linux/list.h>
 #include <linux/rwsem.h>
@@ -144,6 +145,7 @@ struct cxlflash_cfg {
        bool tmf_active;
        wait_queue_head_t reset_waitq;
        enum cxlflash_state state;
+       async_cookie_t async_reset_cookie;
 };
 
 struct afu_cmd {