diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 04:36:05 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 04:36:05 +0000 |
commit | 718715141abc0253f369ca55cce3b69c82913ee2 (patch) | |
tree | 019211862f4e6f7b3d68153461d222fd6cfaf668 /MdePkg/Include/Library/UefiDriverEntryPoint.h | |
parent | 3e5c323866e6f424f15ab7f59595d8929846354e (diff) | |
download | edk2-platforms-718715141abc0253f369ca55cce3b69c82913ee2.tar.xz |
Function headers in .h and .c files synchronized with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6728 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiDriverEntryPoint.h')
-rw-r--r-- | MdePkg/Include/Library/UefiDriverEntryPoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiDriverEntryPoint.h b/MdePkg/Include/Library/UefiDriverEntryPoint.h index 54ae03ddef..ef9570ba04 100644 --- a/MdePkg/Include/Library/UefiDriverEntryPoint.h +++ b/MdePkg/Include/Library/UefiDriverEntryPoint.h @@ -44,7 +44,8 @@ extern CONST UINT8 _gDriverUnloadImageCount; @param ImageHandle ImageHandle of the loaded driver.
@param SystemTable Pointer to the EFI System Table.
- @retval EFI_SUCCESS One or more of the drivers returned a success code.
+ @retval EFI_SUCCESS The DXE Driver, DXE Runtime Driver, DXE SMM Driver,
+ or UEFI Driver exited normally.
@retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
@retval Other Return value from ProcessModuleEntryPointList().
|