Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
iscsi_target_datain_values.h
Go to the documentation of this file.
1 #ifndef ISCSI_TARGET_DATAIN_VALUES_H
2 #define ISCSI_TARGET_DATAIN_VALUES_H
3 
5 extern void iscsit_attach_datain_req(struct iscsi_cmd *, struct iscsi_datain_req *);
6 extern void iscsit_free_datain_req(struct iscsi_cmd *, struct iscsi_datain_req *);
7 extern void iscsit_free_all_datain_reqs(struct iscsi_cmd *);
8 extern struct iscsi_datain_req *iscsit_get_datain_req(struct iscsi_cmd *);
10  struct iscsi_datain *);
11 
12 #endif /*** ISCSI_TARGET_DATAIN_VALUES_H ***/