summaryrefslogtreecommitdiffstats
path: root/doc/api/efi.rst
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-09 20:49:44 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-15 00:51:51 +0100
commitd417b94e57748486021859af7fe9c512cee9f4f2 (patch)
tree4ca0dc50611369624edcde93ad383169b407dbd6 /doc/api/efi.rst
parent88366b96ee0d8640b2af53e4026dbaeed0fab5e0 (diff)
downloadu-boot-d417b94e57748486021859af7fe9c512cee9f4f2.tar.gz
u-boot-d417b94e57748486021859af7fe9c512cee9f4f2.tar.xz
u-boot-d417b94e57748486021859af7fe9c512cee9f4f2.zip
efi_loader: document functions in efi_rng.c
Add the missing Sphinx documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/api/efi.rst')
-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 2ca344932e..bc59382608 100644
--- a/doc/api/efi.rst
+++ b/doc/api/efi.rst
@@ -131,6 +131,12 @@ Network protocols
.. kernel-doc:: lib/efi_loader/efi_net.c
:internal:
+Random number generator protocol
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. kernel-doc:: lib/efi_loader/efi_rng.c
+ :internal:
+
Text IO protocols
~~~~~~~~~~~~~~~~~