summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/iscsi.h
diff options
context:
space:
mode:
authorMichael Brown2006-05-15 01:29:16 +0200
committerMichael Brown2006-05-15 01:29:16 +0200
commitf25731d08fcb22567ff7eb537e50273ff28d7afe (patch)
tree352c7797883e313ff76fd6a2b2060a1575871331 /src/include/gpxe/iscsi.h
parentFix a couple of minor typos. (diff)
downloadipxe-f25731d08fcb22567ff7eb537e50273ff28d7afe.tar.gz
ipxe-f25731d08fcb22567ff7eb537e50273ff28d7afe.tar.xz
ipxe-f25731d08fcb22567ff7eb537e50273ff28d7afe.zip
Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".
Diffstat (limited to 'src/include/gpxe/iscsi.h')
-rw-r--r--src/include/gpxe/iscsi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/iscsi.h b/src/include/gpxe/iscsi.h
index fdb4b5445..a853b9aaa 100644
--- a/src/include/gpxe/iscsi.h
+++ b/src/include/gpxe/iscsi.h
@@ -513,6 +513,9 @@ struct iscsi_session {
/** Maximum number of retries at connecting */
#define ISCSI_MAX_RETRIES 2
+extern int iscsi_issue ( struct iscsi_session *iscsi,
+ struct scsi_command *command );
+
/** An iSCSI device */
struct iscsi_device {
/** SCSI device interface */