summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2022-10-04 18:28:24 +0200
committerHeinrich Schuchardt <[email protected]>2022-10-06 22:54:57 +0200
commitdf31fedd3929c18bd64192d1ec9b839b6295efd6 (patch)
treef7a68330a04443fd3c7a51b56e58d0bb93cb8e40 /doc
parenta6d4f704ad4ae91f66d1901877f072f762812c39 (diff)
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 <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'doc')
-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 2b96783828b..43d6f936fb0 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
------------