mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-02 04:21:32 +00:00
efi_loader: description of efi_add_handle()
Correct the comments describing function efi_add_handle(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a9a25cc3e7
commit
e6023be41e
1 changed files with 5 additions and 3 deletions
|
@ -423,10 +423,12 @@ static efi_status_t EFIAPI efi_free_pool_ext(void *buffer)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* efi_add_handle() - add a new object to the object list
|
* efi_add_handle() - add a new handle to the object list
|
||||||
* @obj: object to be added
|
|
||||||
*
|
*
|
||||||
* The protocols list is initialized. The object handle is set.
|
* @handle: handle to be added
|
||||||
|
*
|
||||||
|
* The protocols list is initialized. The handle is added to the list of known
|
||||||
|
* UEFI objects.
|
||||||
*/
|
*/
|
||||||
void efi_add_handle(efi_handle_t handle)
|
void efi_add_handle(efi_handle_t handle)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue