summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-10-04 19:28:24 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-10-06 23:54:57 +0300
commitdf31fedd3929c18bd64192d1ec9b839b6295efd6 (patch)
treef7a68330a04443fd3c7a51b56e58d0bb93cb8e40 /doc/api
parenta6d4f704ad4ae91f66d1901877f072f762812c39 (diff)
downloadu-boot-df31fedd3929c18bd64192d1ec9b839b6295efd6.tar.xz
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.rst6
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
------------