Re: [PATCH 12/16] x86/boot: Add EFI kernel extraction interface

From: Evgeniy Baskov
Date: Thu Oct 20 2022 - 08:14:37 EST


On 2022-10-19 10:27, Ard Biesheuvel wrote:
On Tue, 6 Sept 2022 at 12:42, Evgeniy Baskov <baskov@xxxxxxxxx> wrote:
...

+void init_efi_console(struct efi_iofunc *iofunc)

struct efi_iofunc does not exist yet


My bad, will move the definition from the next patch to this one.
Thanks for pointing out.