summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ppi/Pcd.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-10 12:03:36 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-10 12:03:36 +0000
commit2a505eac6181d99d6a33770b7c6517f0b1e14b19 (patch)
tree0bb8186fc02f07bee046987efc016a66f052a606 /MdePkg/Include/Ppi/Pcd.h
parente65e8d103dbadc85c3fe3cce50cd98069a75e72f (diff)
downloadedk2-2a505eac6181d99d6a33770b7c6517f0b1e14b19.tar.gz
edk2-2a505eac6181d99d6a33770b7c6517f0b1e14b19.tar.bz2
edk2-2a505eac6181d99d6a33770b7c6517f0b1e14b19.zip
1) Sync PcdPpi guid with PCD arch spec.
2) Correct macro PatchPcdSetPtr git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@469 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi/Pcd.h')
-rw-r--r--MdePkg/Include/Ppi/Pcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Ppi/Pcd.h b/MdePkg/Include/Ppi/Pcd.h
index 2841f54425..13b56406dc 100644
--- a/MdePkg/Include/Ppi/Pcd.h
+++ b/MdePkg/Include/Ppi/Pcd.h
@@ -20,7 +20,7 @@
extern EFI_GUID gPcdPpiGuid;
#define PCD_PPI_GUID \
- { 0x632df884, 0x8023, 0x4872, { 0xb6, 0x70, 0xb7, 0x4a, 0x30, 0x19, 0x16, 0xe9 } }
+ { 0x6e81c58, 0x4ad7, 0x44bc, { 0x83, 0x90, 0xf1, 0x2, 0x65, 0xf7, 0x24, 0x80 } }
#define PCD_INVALID_TOKEN_NUMBER ((UINTN) -1)