]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the doxygen comment.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Oct 2008 07:23:13 +0000 (07:23 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Oct 2008 07:23:13 +0000 (07:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6351 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/PeimEntryPoint.h

index 81c78afbf98a6fdcdb3fd91427eb1f0905e9c26e..e5dcd4c12beefe028066eee7320a443c480b2b08 100644 (file)
@@ -24,8 +24,9 @@ extern CONST UINT32       _gPeimRevision;
 /**\r
   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  FileHandle  Handle of the file being invoked. \r
+                      Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().\r
+  @param  PeiServices Describes the list of possible PEI Services.\r
 \r
   @return  Status returned by entry points of Peims.\r
 \r
@@ -41,8 +42,9 @@ _ModuleEntryPoint (
 /**\r
   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  FileHandle  Handle of the file being invoked. \r
+                      Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().\r
+  @param  PeiServices Describes the list of possible PEI Services.\r
 \r
   @return  Status returned by entry points of Peims.\r
 \r
@@ -58,8 +60,9 @@ EfiMain (
 /**\r
   Call constructs for all libraries. Automatics Generated by tool.\r
 \r
-  @param  FfsHeader   Pointer to FFS header the loaded driver.\r
-  @param  PeiServices Pointer to the PEI services.\r
+  @param  FileHandle  Handle of the file being invoked. \r
+                      Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().\r
+  @param  PeiServices Describes the list of possible PEI Services.\r
 \r
 **/\r
 VOID\r
@@ -73,8 +76,9 @@ ProcessLibraryConstructorList (
 /**\r
   Call destructors for all libraries. Automatics Generated by tool.\r
 \r
-  @param  FfsHeader   Pointer to FFS header the loaded driver.\r
-  @param  PeiServices Pointer to the PEI services.\r
+  @param  FileHandle  Handle of the file being invoked. \r
+                      Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().\r
+  @param  PeiServices Describes the list of possible PEI Services.\r
 \r
 **/\r
 VOID\r
@@ -88,8 +92,9 @@ ProcessLibraryDestructorList (
 /**\r
   Call the list of driver entry points. Automatics Generated by tool.\r
 \r
-  @param  FfsHeader   Pointer to FFS header the loaded driver.\r
-  @param  PeiServices Pointer to the PEI services.\r
+  @param  FileHandle  Handle of the file being invoked. \r
+                      Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().\r
+  @param  PeiServices Describes the list of possible PEI Services.\r
 \r
   @return Status returned by entry points of drivers.  \r
  \r