doc: random number generation

Add random number generation APIs to the HTML documentation.
Fix style issues.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt
2020-06-14 21:07:20 +02:00
parent 9d886fd6a0
commit c7ff87e0ae
5 changed files with 40 additions and 11 deletions
+1
View File
@@ -9,5 +9,6 @@ U-Boot API documentation
dfu
efi
linker_lists
rng
serial
unicode
+17
View File
@@ -0,0 +1,17 @@
.. SPDX-License-Identifier: GPL-2.0+
.. Copyright (c) 2018 Heinrich Schuchardt
Random number generation
========================
Hardware random number generation
---------------------------------
.. kernel-doc:: include/rng.h
:internal:
Pseudo random number generation
-------------------------------
.. kernel-doc:: include/rand.h
:internal: