Make prototype of EFI_PEI_STALL comply with PI spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5828 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2008-09-05 05:10:54 +00:00
parent 2755d4dd44
commit f1b420aa4e
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ typedef struct _EFI_PEI_STALL_PPI EFI_PEI_STALL_PPI;
typedef
EFI_STATUS
(EFIAPI *EFI_PEI_STALL)(
IN EFI_PEI_SERVICES **PeiServices,
IN EFI_PEI_STALL_PPI *This,
IN CONST EFI_PEI_SERVICES **PeiServices,
IN CONST EFI_PEI_STALL_PPI *This,
IN UINTN Microseconds
);