diff options
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 2 | ||||
-rw-r--r-- | include/target/target_core_transport.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 27040653005e..c10e351bc1f5 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -480,7 +480,7 @@ struct se_cmd { | |||
480 | struct target_core_fabric_ops *se_tfo; | 480 | struct target_core_fabric_ops *se_tfo; |
481 | int (*transport_emulate_cdb)(struct se_cmd *); | 481 | int (*transport_emulate_cdb)(struct se_cmd *); |
482 | void (*transport_split_cdb)(unsigned long long, u32, unsigned char *); | 482 | void (*transport_split_cdb)(unsigned long long, u32, unsigned char *); |
483 | void (*transport_wait_for_tasks)(struct se_cmd *, int, int); | 483 | void (*transport_wait_for_tasks)(struct se_cmd *, int); |
484 | void (*transport_complete_callback)(struct se_cmd *); | 484 | void (*transport_complete_callback)(struct se_cmd *); |
485 | int (*transport_qf_callback)(struct se_cmd *); | 485 | int (*transport_qf_callback)(struct se_cmd *); |
486 | 486 | ||
diff --git a/include/target/target_core_transport.h b/include/target/target_core_transport.h index a113129fa22e..e67feeb88b69 100644 --- a/include/target/target_core_transport.h +++ b/include/target/target_core_transport.h | |||
@@ -184,7 +184,7 @@ extern int transport_check_aborted_status(struct se_cmd *, int); | |||
184 | extern int transport_send_check_condition_and_sense(struct se_cmd *, u8, int); | 184 | extern int transport_send_check_condition_and_sense(struct se_cmd *, u8, int); |
185 | extern void transport_send_task_abort(struct se_cmd *); | 185 | extern void transport_send_task_abort(struct se_cmd *); |
186 | extern void transport_release_cmd(struct se_cmd *); | 186 | extern void transport_release_cmd(struct se_cmd *); |
187 | extern bool transport_generic_free_cmd(struct se_cmd *, int); | 187 | extern void transport_generic_free_cmd(struct se_cmd *, int); |
188 | extern void transport_generic_wait_for_cmds(struct se_cmd *, int); | 188 | extern void transport_generic_wait_for_cmds(struct se_cmd *, int); |
189 | extern int transport_init_task_sg(struct se_task *, struct se_mem *, u32); | 189 | extern int transport_init_task_sg(struct se_task *, struct se_mem *, u32); |
190 | extern int transport_map_mem_to_sg(struct se_task *, struct list_head *, | 190 | extern int transport_map_mem_to_sg(struct se_task *, struct list_head *, |