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:
Heinrich Schuchardt
2017-11-06 21:17:48 +01:00
committed by Alexander Graf
parent 152cade326
commit f5a2a93892
9 changed files with 59 additions and 56 deletions

View File

@ -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