X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FBootModePei%2FBootModePei.c;h=97cc27c6b7ebc6714b6002d98c4b3c28b56735e6;hb=4d6c29cedc330bc1139b08a0a009d7c89b386d4e;hp=e224b97571c0f8195aa4afbd3429db7e2b40c421;hpb=6ae81428485020dd371eaefa5b97b24f21efe117;p=mirror_edk2.git diff --git a/Nt32Pkg/BootModePei/BootModePei.c b/Nt32Pkg/BootModePei/BootModePei.c index e224b97571..97cc27c6b7 100644 --- a/Nt32Pkg/BootModePei/BootModePei.c +++ b/Nt32Pkg/BootModePei/BootModePei.c @@ -55,8 +55,8 @@ EFI_PEI_PPI_DESCRIPTOR mPpiListRecoveryBootMode = { EFI_STATUS EFIAPI InitializeBootMode ( - IN EFI_FFS_FILE_HEADER *FfsHeader, - IN EFI_PEI_SERVICES **PeiServices + IN EFI_PEI_FILE_HANDLE FileHandle, + IN CONST EFI_PEI_SERVICES **PeiServices ) /*++ @@ -66,14 +66,14 @@ Routine Description: Arguments: - PeiServices - General purpose services available to every PEIM. + FileHandle - Handle of the file being invoked. + PeiServices - Describes the list of possible PEI Services. Returns: Status - EFI_SUCCESS if the boot mode could be set --*/ -// TODO: FfsHeader - add argument and description to function comment { EFI_STATUS Status; UINTN BootMode;