diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-01-09 20:49:44 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-01-15 00:51:51 +0100 |
commit | d417b94e57748486021859af7fe9c512cee9f4f2 (patch) | |
tree | 4ca0dc50611369624edcde93ad383169b407dbd6 /doc | |
parent | 88366b96ee0d8640b2af53e4026dbaeed0fab5e0 (diff) | |
download | u-boot-d417b94e57748486021859af7fe9c512cee9f4f2.zip u-boot-d417b94e57748486021859af7fe9c512cee9f4f2.tar.gz u-boot-d417b94e57748486021859af7fe9c512cee9f4f2.tar.bz2 |
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')
-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 2ca3449..bc59382 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 ~~~~~~~~~~~~~~~~~ |