Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-starfive.git] / include / target / target_core_backend.h
index 1f78b09..675f3a1 100644 (file)
@@ -75,6 +75,7 @@ void  target_backend_unregister(const struct target_backend_ops *);
 
 void   target_complete_cmd(struct se_cmd *, u8);
 void   target_set_cmd_data_length(struct se_cmd *, int);
+void   target_complete_cmd_with_sense(struct se_cmd *, u8, sense_reason_t);
 void   target_complete_cmd_with_length(struct se_cmd *, u8, int);
 
 void   transport_copy_sense_to_cmd(struct se_cmd *, unsigned char *);