mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
efi: Include device-path functions in the EFI API docs
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 <sjg@chromium.org>
Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
f4bbd7b9fa
commit
f139fbe64b
@@ -178,6 +178,12 @@ Driver binding protocol
|
||||
.. kernel-doc:: include/efi_driver.h
|
||||
:internal:
|
||||
|
||||
Device paths
|
||||
------------
|
||||
|
||||
.. kernel-doc:: include/efi_device_path.h
|
||||
:internal:
|
||||
|
||||
Unit testing
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user