aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libiscsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r--include/scsi/libiscsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h
index 4b3e3c15121a..d68f74523f2e 100644
--- a/include/scsi/libiscsi.h
+++ b/include/scsi/libiscsi.h
@@ -346,6 +346,8 @@ extern int __iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *,
346extern int iscsi_verify_itt(struct iscsi_conn *, struct iscsi_hdr *, 346extern int iscsi_verify_itt(struct iscsi_conn *, struct iscsi_hdr *,
347 uint32_t *); 347 uint32_t *);
348extern void iscsi_requeue_ctask(struct iscsi_cmd_task *ctask); 348extern void iscsi_requeue_ctask(struct iscsi_cmd_task *ctask);
349extern void iscsi_free_mgmt_task(struct iscsi_conn *conn,
350 struct iscsi_mgmt_task *mtask);
349 351
350/* 352/*
351 * generic helpers 353 * generic helpers