mirror of https://github.com/acidanthera/audk.git
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:
parent
2755d4dd44
commit
f1b420aa4e
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue