commit | 0410be2e2aff2199eec8f6a8db88c1417ada143b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jan 09 20:49:44 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 15 00:51:51 2020 +0100 |
tree | 4ca0dc50611369624edcde93ad383169b407dbd6 | |
parent | b8555f4ec605cebb63da5d638a7125bd8d3438c1 [diff] [blame] |
efi_loader: document functions in efi_rng.c Add the missing Sphinx documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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 @@ .. 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 ~~~~~~~~~~~~~~~~~