commit | 6e99d3213b10ee18428d6d20715ad6c0e89ead4d | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Sat May 23 11:01:57 2020 +0200 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sat May 23 11:01:57 2020 +0200 |
tree | 95b6b4177f0574cdfcb9e24b2ad86f25af2ca57c | |
parent | d8bd8c6e2cfab8b78b537715255be8d7557791c0 [diff] |
efi/libstub: Add missing prototype for PE/COFF entry point Fix a missing prototype warning by adding a forward declaration for the PE/COFF entrypoint, and while at it, align the function name between the x86 and ARM versions of the stub. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>