diff options
| author | Simon Glass <[email protected]> | 2025-05-24 11:28:22 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-05-25 11:27:18 +0200 |
| commit | f139fbe64b03e980d601bba1dc0f1a9ef4515648 (patch) | |
| tree | 2bb5d3a7efc02cdf0f006e4cde6f0bb9c21c8ac7 | |
| parent | f4bbd7b9faa4c20e5b838d7ea609ebadc7305ba0 (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]>
| -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 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 ------------ |
