diff options
Diffstat (limited to 'drivers/target/target_core_internal.h')
-rw-r--r-- | drivers/target/target_core_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/target/target_core_internal.h b/drivers/target/target_core_internal.h index 99c24acfe676..dae0750c2032 100644 --- a/drivers/target/target_core_internal.h +++ b/drivers/target/target_core_internal.h | |||
@@ -87,6 +87,9 @@ void target_free_device(struct se_device *); | |||
87 | /* target_core_configfs.c */ | 87 | /* target_core_configfs.c */ |
88 | void target_setup_backend_cits(struct target_backend *); | 88 | void target_setup_backend_cits(struct target_backend *); |
89 | 89 | ||
90 | /* target_core_fabric_configfs.c */ | ||
91 | int target_fabric_setup_cits(struct target_fabric_configfs *); | ||
92 | |||
90 | /* target_core_fabric_lib.c */ | 93 | /* target_core_fabric_lib.c */ |
91 | int target_get_pr_transport_id_len(struct se_node_acl *nacl, | 94 | int target_get_pr_transport_id_len(struct se_node_acl *nacl, |
92 | struct t10_pr_registration *pr_reg, int *format_code); | 95 | struct t10_pr_registration *pr_reg, int *format_code); |