diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-24 02:15:46 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-24 02:15:46 +0000 |
commit | e3b1115ed8386ccc8b1194d7ad1506b0dde39357 (patch) | |
tree | ad3cd53be4ad94baeda3073ff8c7b1b074559731 /MdePkg/Include/Protocol/DevicePath.h | |
parent | 2529e5e16078ce7b4c316f48233eb01a788dac6a (diff) | |
download | edk2-e3b1115ed8386ccc8b1194d7ad1506b0dde39357.tar.gz edk2-e3b1115ed8386ccc8b1194d7ad1506b0dde39357.tar.bz2 edk2-e3b1115ed8386ccc8b1194d7ad1506b0dde39357.zip |
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.h | 1 |
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;
|