summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Common
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-26 01:05:31 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-26 01:05:31 +0000
commitb16ef8055698bbbf96270f5787557c0c6a4b34e3 (patch)
treecda140c5a3c82f9bd155d716a4f459bac760b577 /MdePkg/Include/Common
parent54de7486cffe67bc44dfdbf5effb9690ca9cb180 (diff)
downloadedk2-platforms-b16ef8055698bbbf96270f5787557c0c6a4b34e3.tar.xz
Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@285 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Common')
-rw-r--r--MdePkg/Include/Common/Pcd.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/MdePkg/Include/Common/Pcd.h b/MdePkg/Include/Common/Pcd.h
index 7d1362ccf3..6f34c74982 100644
--- a/MdePkg/Include/Common/Pcd.h
+++ b/MdePkg/Include/Common/Pcd.h
@@ -20,14 +20,6 @@
typedef UINT32 PCD_TOKEN_NUMBER;
typedef UINT8 SKU_ID;
-#define PCD_INVALID_TOKEN ((PCD_TOKEN_NUMBER)(-1))
-
-typedef
-VOID
-(EFIAPI *PCD_PROTOCOL_CALLBACK) (
- IN UINT32 CallBackToken,
- IN VOID *TokenData,
- IN UINTN TokenDataSize
- );
+#define PCD_INVALID_TOKEN_NUMBER ((PCD_TOKEN_NUMBER)(-1))
#endif