efi_loader: boottime: export efi_[un]load_image()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 5 Mar 2019 05:53:31 +0000 (14:53 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 12:17:06 +0000 (14:17 +0200)
commitd7e0b0109ebed35c7b91545417e6f7a28cb540d9
tree2d380f46c296c664111430157e638872d321f467
parentbc8fc32855d27b2999ed6667af10123f341b3159
efi_loader: boottime: export efi_[un]load_image()

Those two functions will be used later to re-implement do_bootefi_exec().

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c