summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-27 04:34:57 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-27 04:34:57 +0000
commit12cb2d9625c198d0df69a7dedd441116fb6574f2 (patch)
tree3b7d849574c97aef437f6e7d56644344024a2db8 /EdkCompatibilityPkg
parentb066b6e95272a2e5f069ee2ce136669118325ab2 (diff)
downloadedk2-12cb2d9625c198d0df69a7dedd441116fb6574f2.zip
edk2-12cb2d9625c198d0df69a7dedd441116fb6574f2.tar.gz
edk2-12cb2d9625c198d0df69a7dedd441116fb6574f2.tar.bz2
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
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Include/EfiDevicePath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Include/EfiDevicePath.h b/EdkCompatibilityPkg/Foundation/Efi/Include/EfiDevicePath.h
index a541be9..7292cae 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;