From dbdaaec45c275b244266c57a024d9296debfe268 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 24 May 2006 08:13:32 +0000 Subject: 1) Fix bug reported on the PcdSetEx* Macro. 2) Add SKU_ID type git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@252 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ppi/Pcd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MdePkg/Include/Ppi/Pcd.h') diff --git a/MdePkg/Include/Ppi/Pcd.h b/MdePkg/Include/Ppi/Pcd.h index 2b968f0d80..8027375384 100644 --- a/MdePkg/Include/Ppi/Pcd.h +++ b/MdePkg/Include/Ppi/Pcd.h @@ -22,6 +22,8 @@ extern EFI_GUID gPcdPpiGuid; #define PCD_PPI_GUID \ { 0x632df884, 0x8023, 0x4872, { 0xb6, 0x70, 0xb7, 0x4a, 0x30, 0x19, 0x16, 0xe9 } } +typedef UINT8 SKU_ID; + typedef EFI_STATUS (EFIAPI *PCD_PPI_SET_SKU) ( -- cgit v1.2.3