[U-Boot] [PATCH 13/23] efi_loader: non-static efi_open_protocol, efi_close_protocol
Simon Glass
sjg at chromium.org
Thu Aug 31 12:51:54 UTC 2017
On 27 August 2017 at 06:53, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> We need efi_open_protocol and efi_close_protocol for
> implementing other functions. So they shouldn't be static.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> include/efi_loader.h | 9 +++++++++
> lib/efi_loader/efi_boottime.c | 9 ++++-----
> 2 files changed, 13 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
But please document these two functions fully.
More information about the U-Boot
mailing list