summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-05-24 11:28:22 -0600
committerHeinrich Schuchardt <[email protected]>2025-05-25 11:27:18 +0200
commitf139fbe64b03e980d601bba1dc0f1a9ef4515648 (patch)
tree2bb5d3a7efc02cdf0f006e4cde6f0bb9c21c8ac7 /doc/api
parentf4bbd7b9faa4c20e5b838d7ea609ebadc7305ba0 (diff)
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 <[email protected]> Suggested-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]>
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 43d6f936fb0..a98298f93dc 100644
--- a/doc/api/efi.rst
+++ b/doc/api/efi.rst
@@ -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
------------