commit | f66b2e3ccee54d368741a5510a98c4de45881a7f | [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 | e371c5fd12868c0448cae9cdb1f45e3835586cd5 [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>