From: qhuang8 Date: Wed, 26 Sep 2007 06:52:57 +0000 (+0000) Subject: Fix one iScsi device path definition update to Uefi Spec 2.1b. X-Git-Tag: edk2-stable201903~22101 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=ab2abe4ccc4445230ba20f61ef3dc1ace8809899 Fix one iScsi device path definition update to Uefi Spec 2.1b. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3924 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h index 9b40530c38..524a3912d2 100644 --- a/MdePkg/Include/Protocol/DevicePath.h +++ b/MdePkg/Include/Protocol/DevicePath.h @@ -309,9 +309,8 @@ typedef struct { EFI_DEVICE_PATH_PROTOCOL Header; UINT16 NetworkProtocol; UINT16 LoginOption; - UINT16 Reserved; + UINT64 Lun; UINT16 TargetPortalGroupTag; - UINT64 LUN; // CHAR8 iSCSI Target Name } ISCSI_DEVICE_PATH;