summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDriverEntryPoint
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 06:31:22 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 06:31:22 +0000
commit373b5cf97cc650d2e81d4909ff5327b6ce0b6c26 (patch)
tree450d935834d97058e23e6f9fd524f2d8967f4f9f /MdePkg/Library/UefiDriverEntryPoint
parentf824f71e4bf6f81d1ecbe652f3c313222c1e3c01 (diff)
downloadedk2-platforms-373b5cf97cc650d2e81d4909ff5327b6ce0b6c26.tar.xz
Code Scrub the common includes in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5493 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDriverEntryPoint')
-rw-r--r--MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c b/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
index 05f157b5e5..68410ba3c9 100644
--- a/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
+++ b/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
@@ -28,12 +28,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
protocols produced and deallocates pool used by the driver. Called by the core
when unloading the driver.
- @param ImageHandle
+ @param ImageHandle ImageHandle of the loaded driver.
- @retval EFI_SUCCESS
+ @return Status returned by all unload().
**/
-STATIC
EFI_STATUS
EFIAPI
_DriverUnloadHandler (