mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
efi_loader: efi_add_runtime_mmio()
The first parameter of efi_add_runtime_mmio() is a pointer to a pointer. This should be reflected in the documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
9493e39cd4
commit
fb34f298e6
1 changed files with 2 additions and 1 deletions
|
@ -530,7 +530,8 @@ static efi_status_t EFIAPI efi_set_virtual_address_map(
|
|||
* This function adds a memory-mapped IO region to the memory map to make it
|
||||
* available at runtime.
|
||||
*
|
||||
* @mmio_ptr: address of the memory-mapped IO region
|
||||
* @mmio_ptr: pointer to a pointer to the start of the memory-mapped
|
||||
* IO region
|
||||
* @len: size of the memory-mapped IO region
|
||||
* Returns: status code
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue