]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCore.h
NetworkPkg: Fix IpsecConfig GCC build failure issue
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCore.h
index 08c5ebd031b10fc9261981e1d19a66efb7375004..160894620ce45c8d76bbe2e8802cc5b87db66f85 100644 (file)
 #include <PiPei.h>\r
 #include <Ppi/TemporaryRamSupport.h>\r
 \r
+VOID\r
+CreatePpiList (\r
+  OUT UINTN                   *PpiListSize,\r
+  OUT EFI_PEI_PPI_DESCRIPTOR  **PpiList\r
+  );\r
 \r
 EFI_STATUS\r
 EFIAPI\r
-SecTemporaryRamSupport (\r
+PrePeiCoreTemporaryRamSupport (\r
   IN CONST EFI_PEI_SERVICES   **PeiServices,\r
   IN EFI_PHYSICAL_ADDRESS     TemporaryMemoryBase,\r
   IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,\r
   IN UINTN                    CopySize\r
   );\r
 \r
-EFI_STATUS\r
-PrePeiCoreGetGlobalVariableMemory (\r
-  OUT EFI_PHYSICAL_ADDRESS    *GlobalVariableBase\r
-  );\r
-\r
 VOID\r
 SecSwitchStack (\r
   INTN    StackDelta\r
@@ -69,4 +69,10 @@ SecondaryMain (
   IN UINTN MpId\r
   );\r
 \r
+VOID\r
+PeiCommonExceptionEntry (\r
+  IN UINT32 Entry,\r
+  IN UINTN LR\r
+  );\r
+\r
 #endif\r