Skip to content
Commit 3230d95c authored by Atish Patra's avatar Atish Patra Committed by Ard Biesheuvel
Browse files

efi/libstub: Move the function prototypes to header file



The prototype of the functions handle_kernel_image & efi_enter_kernel
are defined in efi-stub.c which may result in a compiler warnings if
-Wmissing-prototypes is set in gcc compiler.

Move the prototype to efistub.h to make the compiler happy.

Signed-off-by: default avatarAtish Patra <atish.patra@wdc.com>
Link: https://lore.kernel.org/r/20200706172609.25965-2-atish.patra@wdc.com


Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 950accba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment