mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi: Fix missing EFIAPI specifiers
These are missing in some functions. Add them to keep things consistent. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
a0b49bc334
commit
e275458c2f
5 changed files with 18 additions and 13 deletions
|
@ -95,7 +95,7 @@ void efi_net_set_dhcp_ack(void *pkt, int len);
|
|||
* Stub implementation for a protocol opener that just returns the handle as
|
||||
* interface
|
||||
*/
|
||||
efi_status_t efi_return_handle(void *handle,
|
||||
efi_status_t EFIAPI efi_return_handle(void *handle,
|
||||
efi_guid_t *protocol, void **protocol_interface,
|
||||
void *agent_handle, void *controller_handle,
|
||||
uint32_t attributes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue