On Tue, Nov 4, 2025 at 7:07 PM Heinrich Schuchardt <[email protected]> wrote: > > Since C99 flexible array members are allowed at the end of structures. > We require C11. > > Use struct efi_gop_mode_info in the definition of struct efi_entry_gopmode > to avoid code duplication and unnecessary conversions. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > include/efi.h | 36 +++++++++++++++++++++++------------- > include/efi_api.h | 9 --------- > 2 files changed, 23 insertions(+), 22 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

