mirror of https://github.com/acidanthera/audk.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 <glin@suse.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14873 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8a63906923
commit
2fc67057f0
|
@ -825,7 +825,6 @@ PeiPcdGetNextTokenSpace (
|
||||||
@retval EFI_NOT_FOUND The PCD service could not find the requested token number.
|
@retval EFI_NOT_FOUND The PCD service could not find the requested token number.
|
||||||
**/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
|
||||||
PeiGetPcdInfo (
|
PeiGetPcdInfo (
|
||||||
IN CONST EFI_GUID *Guid,
|
IN CONST EFI_GUID *Guid,
|
||||||
IN UINTN TokenNumber,
|
IN UINTN TokenNumber,
|
||||||
|
|
Loading…
Reference in New Issue