1, Correct the name of PCD_PPI_CALLBACK to EFI_PCD_PPI_CALLBACK

2, Fix some minor typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9353 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2009-10-21 08:52:53 +00:00
parent 6d642190b6
commit 39ef213c85
2 changed files with 22 additions and 6 deletions

View File

@@ -285,7 +285,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
(EFIAPI *EFI_PCD_PROTOCOL_SET_POINTER_EX)(
(EFIAPI *EFI_PCD_PROTOCOL_SET_EX_POINTER)(
IN CONST EFI_GUID *Guid,
IN UINTN TokenNumber,
IN UINTN SizeOfValue,