mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
efi_loader: consistently use efi_uintn_t in boot services
Consistenly use efi_uintn_t wherever the UEFI spec uses UINTN in boot services interfaces. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:

committed by
Alexander Graf

parent
152cade326
commit
f5a2a93892
@ -138,9 +138,9 @@ static int execute(void)
|
||||
efi_status_t ret;
|
||||
efi_handle_t *buffer;
|
||||
size_t buffer_size;
|
||||
unsigned long int count = 0;
|
||||
efi_uintn_t count = 0;
|
||||
efi_guid_t **prot_buffer;
|
||||
unsigned long int prot_count;
|
||||
efi_uintn_t prot_count;
|
||||
|
||||
/*
|
||||
* Test HandleProtocol
|
||||
|
Reference in New Issue
Block a user