Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
iscsi_target_erl0.h
Go to the documentation of this file.
1 #ifndef ISCSI_TARGET_ERL0_H
2 #define ISCSI_TARGET_ERL0_H
3 
5 extern int iscsit_check_pre_dataout(struct iscsi_cmd *, unsigned char *);
6 extern int iscsit_check_post_dataout(struct iscsi_cmd *, unsigned char *, u8);
10 extern void iscsit_cause_connection_reinstatement(struct iscsi_conn *, int);
11 extern void iscsit_fall_back_to_erl0(struct iscsi_session *);
14 
15 #endif /*** ISCSI_TARGET_ERL0_H ***/