summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Common/Pcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Common/Pcd.h')
-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