summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/DevicePath.h
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2007-12-24 02:15:46 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2007-12-24 02:15:46 +0000
commite3b1115ed8386ccc8b1194d7ad1506b0dde39357 (patch)
treead3cd53be4ad94baeda3073ff8c7b1b074559731 /MdePkg/Include/Protocol/DevicePath.h
parent2529e5e16078ce7b4c316f48233eb01a788dac6a (diff)
downloadedk2-platforms-e3b1115ed8386ccc8b1194d7ad1506b0dde39357.tar.xz
add iSCSI protocol
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4422 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DevicePath.h')
-rw-r--r--MdePkg/Include/Protocol/DevicePath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h
index 2ca008ac65..5957b0ed79 100644
--- a/MdePkg/Include/Protocol/DevicePath.h
+++ b/MdePkg/Include/Protocol/DevicePath.h
@@ -427,6 +427,7 @@ typedef union {
ATAPI_DEVICE_PATH Atapi;
SCSI_DEVICE_PATH Scsi;
+ ISCSI_DEVICE_PATH Iscsi;
FIBRECHANNEL_DEVICE_PATH FibreChannel;
F1394_DEVICE_PATH F1394;