]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
refine code.
[mirror_edk2.git] / MdePkg / Library / PeimEntryPoint / PeimEntryPoint.c
index 1849f01bc764d8ce6d915066999fbbfa1fb874f2..8a2c71a3dd4a08eb12275aa7a6a871762f6aa110 100644 (file)
@@ -23,7 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Image entry point of Peim.\r
 \r
   @param  FfsHeader   Pointer to FFS header the loaded driver.\r
-  @param  PeiServices Pointer to the PEI services.\r
+  @param  PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation\r
 \r
   @return  Status returned by entry points of Peims.\r
 \r
@@ -58,7 +58,7 @@ _ModuleEntryPoint (
   Wrapper of Peim image entry point.\r
 \r
   @param  FfsHeader   Pointer to FFS header the loaded driver.\r
-  @param  PeiServices Pointer to the PEI services.\r
+  @param  PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation\r
 \r
   @return  Status returned by entry points of Peims.\r
 \r