X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Vlv2TbltDevicePkg%2FPlatformPei%2FPlatform.h;h=e1817b28c6e13b8c0b8a043566c5ee172c4b91ac;hb=2980988575c9c07f5be45928c8c0d478d3219d63;hp=4158dd4cf5b29c183ceeed27e0e247d30316347d;hpb=d43056888790f987169c54a5c2895758b85dff72;p=mirror_edk2.git diff --git a/Vlv2TbltDevicePkg/PlatformPei/Platform.h b/Vlv2TbltDevicePkg/PlatformPei/Platform.h index 4158dd4cf5..e1817b28c6 100644 --- a/Vlv2TbltDevicePkg/PlatformPei/Platform.h +++ b/Vlv2TbltDevicePkg/PlatformPei/Platform.h @@ -47,16 +47,18 @@ UpdateBootMode ( /** This function reset the entire platform, including all processor and devices, and reboots the system. + + Declaration of this function goes to MdeModulePkg/Include/Library/ResetSystemLib.h @param PeiServices General purpose services available to every PEIM. @retval EFI_SUCCESS if it completed successfully. **/ -EFI_STATUS -EFIAPI -ResetSystem ( - IN CONST EFI_PEI_SERVICES **PeiServices - ); +// EFI_STATUS +// EFIAPI +// ResetSystem ( + // IN CONST EFI_PEI_SERVICES **PeiServices + // ); /** This function will be called when MRC is done.