]> git.sur5r.net Git - u-boot/commit
efi_loader: size fields in SimpleNetworkProtocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Oct 2017 14:36:03 +0000 (16:36 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Oct 2017 05:00:34 +0000 (07:00 +0200)
commit8db174d651e3f92ddb9660f1f8b8755b902c3c11
tree5bbe48664654c051a1f596779fc78c1be33b668c
parent891b3d9051690d0ba39da4eda1d15773ebfee2b6
efi_loader: size fields in SimpleNetworkProtocol

The size fields in the Simple Network Protocol are all
UINTN in the UEFI spec. So use size_t.

Provide a function description of the receive function.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_api.h
lib/efi_loader/efi_net.c