summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-06-14 19:00:25 +0200
committerMichael Brown2006-06-14 19:00:25 +0200
commitcce2e47ff4c63012810e1a3ff6f21286622631a5 (patch)
tree1aea9283e94c979ae1f3ef10360850b97984d884 /src/include
parentGeneralise three-wire interface to generic SPI interface. (diff)
downloadipxe-cce2e47ff4c63012810e1a3ff6f21286622631a5.tar.gz
ipxe-cce2e47ff4c63012810e1a3ff6f21286622631a5.tar.xz
ipxe-cce2e47ff4c63012810e1a3ff6f21286622631a5.zip
Added iSCSI boot test code
Diffstat (limited to 'src/include')
-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 c1161de95..4d0da132d 100644
--- a/src/include/gpxe/iscsi.h
+++ b/src/include/gpxe/iscsi.h
@@ -11,6 +11,9 @@
#include <gpxe/tcp.h>
#include <gpxe/scsi.h>
+/** Default iSCSI port */
+#define ISCSI_PORT 3260
+
/**
* iSCSI segment lengths
*