Fix ECC issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6149 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-10-20 14:12:50 +00:00
parent 47501b697f
commit dd65208878
1 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ PeiServicesSetBootMode (
EFI_STATUS EFI_STATUS
EFIAPI EFIAPI
PeiServicesGetHobList ( PeiServicesGetHobList (
IN OUT VOID **HobList OUT VOID **HobList
) )
{ {
CONST EFI_PEI_SERVICES **PeiServices; CONST EFI_PEI_SERVICES **PeiServices;
@ -203,7 +203,7 @@ EFIAPI
PeiServicesCreateHob ( PeiServicesCreateHob (
IN UINT16 Type, IN UINT16 Type,
IN UINT16 Length, IN UINT16 Length,
IN OUT VOID **Hob OUT VOID **Hob
) )
{ {
CONST EFI_PEI_SERVICES **PeiServices; CONST EFI_PEI_SERVICES **PeiServices;