commit | 69f9403404c290540bca1795cc915fa968c58838 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Tue Jul 11 22:06:21 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 19 14:14:39 2017 +0200 |
tree | 7677c3bda213914ebe1220187a2959e667484988 | |
parent | 83eebc7084eae4e3d0b524ecafedd2847dfef402 [diff] |
efi_loader: refactor efi_locate_handle To implement LocateHandleBuffer we need to call efi_locate_handle internally without running through EFI_EXIT. So put EFI_ENTRY and EFI_EXIT into a new wrapper function efi_locate_handle_ext. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>