From: Gary Ching-Pang Lin Date: Wed, 20 Nov 2013 11:21:06 +0000 (+0000) Subject: MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2fc67057f0546e5029242a8f0d88bc77ec9f63cf;p=people%2Fliuw%2Fovmf.git MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Ching-Pang Lin Reviewed-by: Star Zeng git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14873 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Universal/PCD/Pei/Service.h b/MdeModulePkg/Universal/PCD/Pei/Service.h index 2bd28b28c..916e70895 100644 --- a/MdeModulePkg/Universal/PCD/Pei/Service.h +++ b/MdeModulePkg/Universal/PCD/Pei/Service.h @@ -825,7 +825,6 @@ PeiPcdGetNextTokenSpace ( @retval EFI_NOT_FOUND The PCD service could not find the requested token number. **/ EFI_STATUS -EFIAPI PeiGetPcdInfo ( IN CONST EFI_GUID *Guid, IN UINTN TokenNumber,