commit | 8db174d651e3f92ddb9660f1f8b8755b902c3c11 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 05 16:36:03 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Oct 09 07:00:34 2017 +0200 |
tree | 5bbe48664654c051a1f596779fc78c1be33b668c | |
parent | 891b3d9051690d0ba39da4eda1d15773ebfee2b6 [diff] |
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>