]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/target/iscsi/iscsi_target_device.h
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[mirror_ubuntu-artful-kernel.git] / drivers / target / iscsi / iscsi_target_device.h
1 #ifndef ISCSI_TARGET_DEVICE_H
2 #define ISCSI_TARGET_DEVICE_H
3
4 struct iscsi_cmd;
5 struct iscsi_session;
6
7 extern void iscsit_determine_maxcmdsn(struct iscsi_session *);
8 extern void iscsit_increment_maxcmdsn(struct iscsi_cmd *, struct iscsi_session *);
9
10 #endif /* ISCSI_TARGET_DEVICE_H */