commit | 1d59a578d1a7a15035d0dcdab2c5fbee1eeb52e4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Dec 04 03:02:03 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:15:32 2020 +0100 |
tree | 9744b28d2a8e74f99ce4112601b87e7db9bcf849 | |
parent | 2a2654f97745d430be8c498cb1ab53d49e2ced6c [diff] |
efi_loader: resequence functions in efi_boottime.c For implementing support for the EFI_LOAD_FILE_PROTOCOL in the LoadImage() service we will have to call the LocateDevicePath() service. To avoid a forward declaration resequence the functions. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>