]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/target/target_core_tpg.h
target: reshuffle headers
[karo-tx-linux.git] / include / target / target_core_tpg.h
1 #ifndef TARGET_CORE_TPG_H
2 #define TARGET_CORE_TPG_H
3
4 extern struct se_node_acl *core_tpg_check_initiator_node_acl(
5                                                 struct se_portal_group *,
6                                                 unsigned char *);
7 extern void core_tpg_clear_object_luns(struct se_portal_group *);
8 extern struct se_node_acl *core_tpg_add_initiator_node_acl(
9                                         struct se_portal_group *,
10                                         struct se_node_acl *,
11                                         const char *, u32);
12 extern int core_tpg_del_initiator_node_acl(struct se_portal_group *,
13                                                 struct se_node_acl *, int);
14 extern int core_tpg_set_initiator_node_queue_depth(struct se_portal_group *,
15                                                 unsigned char *, u32, int);
16 extern int core_tpg_register(struct target_core_fabric_ops *,
17                                         struct se_wwn *,
18                                         struct se_portal_group *, void *,
19                                         int);
20 extern int core_tpg_deregister(struct se_portal_group *);
21
22 #endif /* TARGET_CORE_TPG_H */