aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_backend.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/target/target_core_backend.h b/include/target/target_core_backend.h
index e7a03056c957..b7f3936453e1 100644
--- a/include/target/target_core_backend.h
+++ b/include/target/target_core_backend.h
@@ -50,11 +50,14 @@ void transport_subsystem_release(struct se_subsystem_api *);
50 50
51void target_complete_cmd(struct se_cmd *, u8); 51void target_complete_cmd(struct se_cmd *, u8);
52 52
53int sbc_parse_cdb(struct se_cmd *cmd, struct sbc_ops *ops);
54int spc_parse_cdb(struct se_cmd *cmd, unsigned int *size); 53int spc_parse_cdb(struct se_cmd *cmd, unsigned int *size);
55int spc_emulate_report_luns(struct se_cmd *cmd); 54int spc_emulate_report_luns(struct se_cmd *cmd);
56int spc_get_write_same_sectors(struct se_cmd *cmd); 55int spc_get_write_same_sectors(struct se_cmd *cmd);
57 56
57int sbc_parse_cdb(struct se_cmd *cmd, struct sbc_ops *ops);
58u32 sbc_get_device_rev(struct se_device *dev);
59u32 sbc_get_device_type(struct se_device *dev);
60
58void transport_set_vpd_proto_id(struct t10_vpd *, unsigned char *); 61void transport_set_vpd_proto_id(struct t10_vpd *, unsigned char *);
59int transport_set_vpd_assoc(struct t10_vpd *, unsigned char *); 62int transport_set_vpd_assoc(struct t10_vpd *, unsigned char *);
60int transport_set_vpd_ident_type(struct t10_vpd *, unsigned char *); 63int transport_set_vpd_ident_type(struct t10_vpd *, unsigned char *);