diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 07:22:44 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-31 07:22:44 +0000 |
commit | 33de5999a76333a549fe8844076e02b5ac086033 (patch) | |
tree | 486255dc7111c3ffb4b409ae8cc77a890ff5c6d0 /MdePkg/Library | |
parent | c473cc175602bb2c9aa02636c6a8b560d935130f (diff) | |
download | edk2-platforms-33de5999a76333a549fe8844076e02b5ac086033.tar.xz |
Fix the doxygen comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6350 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c index 6ea991984e..286c2df9e8 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c @@ -22,8 +22,9 @@ 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 An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation
+ @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.
@@ -57,8 +58,9 @@ _ModuleEntryPoint ( /**
Wrapper of Peim image entry point.
- @param FfsHeader Pointer to FFS header the loaded driver.
- @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation
+ @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.
|