Comments have been synchronized with spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6628 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4
2008-11-19 09:26:01 +00:00
parent adde977ad4
commit 6a0e332d93
2 changed files with 39 additions and 14 deletions

View File

@@ -28,8 +28,8 @@ extern CONST UINT32 _gPeimRevision;
Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().
@param PeiServices Describes the list of possible PEI Services.
@return Status returned by entry points of Peims.
@retval EFI_SUCCESS The PEIM executed normally.
@retval !EFI_SUCCESS The PEIM failed to execute normally.
**/
EFI_STATUS
EFIAPI
@@ -40,13 +40,14 @@ _ModuleEntryPoint (
/**
Wrapper of Peim image entry point.
Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
@param FileHandle Handle of the file being invoked.
Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().
@param PeiServices Describes the list of possible PEI Services.
@return Status returned by entry points of Peims.
@retval EFI_SUCCESS The PEIM executed normally.
@retval !EFI_SUCCESS The PEIM failed to execute normally.
**/
EFI_STATUS
@@ -96,7 +97,8 @@ ProcessLibraryDestructorList (
Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().
@param PeiServices Describes the list of possible PEI Services.
@return Status returned by entry points of drivers.
@retval EFI_SUCCESS The PEIM executed normally.
@retval !EFI_SUCCESS The PEIM failed to execute normally.
**/
EFI_STATUS