From: qhuang8 Date: Thu, 27 Mar 2008 04:34:57 +0000 (+0000) Subject: Change the device type of MEDIA_FV_DP & MEDIA_FV_FILEPATH_DP to align with the defini... X-Git-Tag: edk2-stable201903~21247 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=12cb2d9625c198d0df69a7dedd441116fb6574f2 Change the device type of MEDIA_FV_DP & MEDIA_FV_FILEPATH_DP to align with the definition in MdePkg, which is updated in r4632 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4955 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiDevicePath.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiDevicePath.h index a541be957d..7292caea0f 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiDevicePath.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiDevicePath.h @@ -415,13 +415,13 @@ typedef struct { #if (EFI_SPECIFICATION_VERSION >= 0x0002000A) -#define MEDIA_FV_DP 0x06 +#define MEDIA_FV_DP 0x07 typedef struct { EFI_DEVICE_PATH_PROTOCOL Header; EFI_GUID NameGuid; } MEDIA_FW_VOL_DEVICE_PATH; -#define MEDIA_FV_FILEPATH_DP 0x07 +#define MEDIA_FV_FILEPATH_DP 0x06 typedef struct { EFI_DEVICE_PATH_PROTOCOL Header; EFI_GUID NameGuid;