]> Git Repo - J-u-boot.git/commit
efi_loader: correct size for tpl level
author[email protected] <[email protected]>
Tue, 18 Jul 2017 18:17:19 +0000 (20:17 +0200)
committerAlexander Graf <[email protected]>
Wed, 19 Jul 2017 12:31:04 +0000 (14:31 +0200)
commit503f26955489af052c0c01eaf7bdc6ae3ecc3aa2
tree74a09ae5c95c7dbf170ae64f9976a121d4ea472d
parentc68415922b340c6b26f94326a6899977a67d61c9
efi_loader: correct size for tpl level

The UEFI standard defines the type for the tpl level as EFI_TPL
alias UINTN.

UINTN is an integer is defined as an unsigned integer of native
width. So we can use size_t for the definition.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_boottime.c
This page took 0.028723 seconds and 4 git commands to generate.