commit | 5e39433c622a0f0e07b52ca5edb6ca674c5697c0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Oct 07 15:18:15 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Oct 10 16:34:25 2022 +0200 |
tree | f1f2b7a03ba6b5b0863021f59f252064486581f1 | |
parent | d8dc3cbd18e65b73fc5c9cd542dd932fab0e930d [diff] |
efi_loader: internal CloseProtocol Allow avoiding using EFI_CALL() when closing a protocol by providing an internal function. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>