refine code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5658 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-08-18 05:48:39 +00:00
parent a3fdf4ac93
commit 0514e9c3c9
2 changed files with 2 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Image entry point of Peim.
@param FfsHeader Pointer to FFS header the loaded driver.
@param PeiServices Pointer to the PEI services.
@param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation
@return Status returned by entry points of Peims.
@@ -58,7 +58,7 @@ _ModuleEntryPoint (
Wrapper of Peim image entry point.
@param FfsHeader Pointer to FFS header the loaded driver.
@param PeiServices Pointer to the PEI services.
@param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation
@return Status returned by entry points of Peims.