]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.c
Update PEIM entry point to follow PEIM entry point.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Pei / PeiStatusCode.c
index 5b4553da3f40544894134fe94493513259588281..07b6b1af0c758e20a7e8e0e4f255ea9c3b7c69ee 100644 (file)
@@ -98,16 +98,16 @@ ReportDispatcher (
   Initialize PEI status codes and publish the status code\r
   PPI.\r
 \r
-  @param   FfsHeader       FV this PEIM was loaded from.\r
-  @param   PeiServices     General purpose services available to every PEIM.\r
+  @param  FileHandle  Handle of the file being invoked.\r
+  @param  PeiServices Describes the list of possible PEI Services.\r
 \r
   @return                  The function always returns success.\r
 \r
 **/\r
 EFI_STATUS\r
 PeiStatusCodeDriverEntry (\r
-  IN EFI_FFS_FILE_HEADER       *FfsHeader,\r
-  IN EFI_PEI_SERVICES          **PeiServices\r
+  IN       EFI_PEI_FILE_HANDLE  FileHandle,\r
+  IN CONST EFI_PEI_SERVICES     **PeiServices\r
   )\r
 {\r
   EFI_STATUS                  Status;\r