efi_loader: resequence functions in efi_boottime.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 4 Dec 2020 02:02:03 +0000 (03:02 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:32 +0000 (09:15 +0100)
commit0e9d2d7bc25bd3114e8f6ff0d18cdf9ee675909c
tree9744b28d2a8e74f99ce4112601b87e7db9bcf849
parent861072b2a88497366a5b33017c4496406f0084b2
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>
lib/efi_loader/efi_boottime.c