]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/PeiMain.h
Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiMain.h
index 8e87aaae05d6b2afe59bf44d7a05bc06ba210ca1..7f7ac196d60b3caf0c159905586240e1219b8158 100644 (file)
@@ -325,15 +325,16 @@ InitializePpiServices (
   @param PeiServices         The PEI core services table.\r
   @param OldCheckingBottom   The old checking bottom.\r
   @param OldCheckingTop      The old checking top.\r
-  @param NewHandOffHob       The new handoff HOB list.\r
+  @param Fixup               The address difference between\r
+                             the new Hob list and old Hob list.\r
 \r
 **/\r
 VOID\r
 ConvertPpiPointers (\r
-  IN CONST EFI_PEI_SERVICES                     **PeiServices,\r
+  IN CONST EFI_PEI_SERVICES        **PeiServices,\r
   IN UINTN                         OldCheckingBottom,\r
   IN UINTN                         OldCheckingTop,\r
-  IN EFI_HOB_HANDOFF_INFO_TABLE    *NewHandOffHob\r
+  IN UINTN                         Fixup\r
   )\r
 ;\r
 \r