diff options
| author | Michael Brown | 2006-05-15 01:29:16 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-15 01:29:16 +0200 |
| commit | f25731d08fcb22567ff7eb537e50273ff28d7afe (patch) | |
| tree | 352c7797883e313ff76fd6a2b2060a1575871331 /src/include | |
| parent | Fix a couple of minor typos. (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/include/gpxe/iscsi.h | 3 |
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 */ |
