Hi, On Fri, 23 May 2025 at 14:07, Simon Glass <s...@chromium.org> wrote: > > These functions are useful for the EFI app. As a first step towards > making these available outside lib/efi_loader, create a separate header > file and include it where needed. Add proper comments to the functions, > since many are missing at present. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > cmd/bootefi.c | 1 + > cmd/eficonfig.c | 1 + > cmd/efidebug.c | 1 + > include/efi_device_path.h | 419 +++++++++++++++++++++
Unfortunately this file needs a forward declaration at the top: struct udevice; [..] Regards, Simon