add iSCSI protocol

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4422 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2007-12-24 02:15:46 +00:00
parent 2529e5e160
commit e3b1115ed8
4 changed files with 151 additions and 0 deletions

View File

@@ -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;