X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FLibrary%2FFrameworkUefiLib%2FUefiLib.c;h=143870ae9d5746d2e031262c4463873295bf9ca6;hp=af88f6353dc116ae6d1f9fb5258f633287b51677;hb=7459094d5f6904a0c8445d97519f4a99b654ef43;hpb=8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd;ds=sidebyside diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c index af88f6353d..143870ae9d 100644 --- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c +++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c @@ -1,5 +1,5 @@ /** @file - Mde UEFI library functions. + Implementation of UefiLib Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials @@ -10,8 +10,6 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: UefiLib.c - **/ #include "FrameworkUefiLib.h" @@ -254,9 +252,7 @@ EfiNamedEventSignal ( can then immediately be restored back to the current TPL level with a call to RestoreTPL(). - @param VOID - - @retvale EFI_TPL The current TPL. + @return The current TPL. **/ EFI_TPL @@ -307,7 +303,7 @@ EfiInitializeLock ( priority level of the mutual exclusion lock. Then, it places the lock in the acquired state. - @param Priority The task priority level of the lock. + @param Lock Point to EFI_LOCK instance **/ VOID @@ -456,7 +452,7 @@ EfiTestManagedDevice ( @param ControllerHandle A handle for a (parent) controller to test. @param ChildHandle A child handle to test. - @param ConsumsedGuid Supplies the protocol that the child controller + @param ProtocolGuid Supplies the protocol that the child controller opens on its parent controller. @retval EFI_SUCCESS ChildHandle is a child of the ControllerHandle.