diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-10-04 18:28:24 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-10-06 22:54:57 +0200 |
commit | df31fedd3929c18bd64192d1ec9b839b6295efd6 (patch) | |
tree | f7a68330a04443fd3c7a51b56e58d0bb93cb8e40 /doc/api | |
parent | a6d4f704ad4ae91f66d1901877f072f762812c39 (diff) | |
download | u-boot-df31fedd3929c18bd64192d1ec9b839b6295efd6.tar.gz u-boot-df31fedd3929c18bd64192d1ec9b839b6295efd6.tar.bz2 u-boot-df31fedd3929c18bd64192d1ec9b839b6295efd6.zip |
doc: documentation of EFI driver binding protocol
* Convert code comments in include/efi_driver.h to Sphinx style.
* Add include/efi_driver.h to the HTML documentation.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/efi.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/efi.rst b/doc/api/efi.rst index 2b96783828..43d6f936fb 100644 --- a/doc/api/efi.rst +++ b/doc/api/efi.rst @@ -172,6 +172,12 @@ Firmware management protocol .. kernel-doc:: lib/efi_loader/efi_firmware.c :internal: +Driver binding protocol +~~~~~~~~~~~~~~~~~~~~~~~ + +.. kernel-doc:: include/efi_driver.h + :internal: + Unit testing ------------ |