Re: [PATCH 2/3] efi: Include device-path functions in the EFI API docs

2025-05-25 Thread Heinrich Schuchardt
Am 25. Mai 2025 12:52:58 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Sun, 25 May 2025 at 10:18, Heinrich Schuchardt wrote: >> >> On 5/24/25 19:28, Simon Glass wrote: >> > Include these function so they can be browsed in the API docs. Exclude >> > END since it causes a warning, which becomes an

Re: [PATCH 2/3] efi: Include device-path functions in the EFI API docs

2025-05-25 Thread Simon Glass
Hi Heinrich, On Sun, 25 May 2025 at 10:18, Heinrich Schuchardt wrote: > > On 5/24/25 19:28, Simon Glass wrote: > > Include these function so they can be browsed in the API docs. Exclude > > END since it causes a warning, which becomes an error: > > > > ./include/efi_device_path.h:22: warning:

Re: [PATCH 2/3] efi: Include device-path functions in the EFI API docs

2025-05-25 Thread Heinrich Schuchardt
On 5/24/25 19:28, Simon Glass wrote: Include these function so they can be browsed in the API docs. Exclude END since it causes a warning, which becomes an error: ./include/efi_device_path.h:22: warning: cannot understand function prototype: 'const struct efi_device_path END; ' Signe

[PATCH 2/3] efi: Include device-path functions in the EFI API docs

2025-05-24 Thread Simon Glass
Include these function so they can be browsed in the API docs. Exclude END since it causes a warning, which becomes an error: ./include/efi_device_path.h:22: warning: cannot understand function prototype: 'const struct efi_device_path END; ' Signed-off-by: Simon Glass Suggested-by: Hein