From: Heinrich Schuchardt Date: Tue, 27 Oct 2020 19:29:28 +0000 (+0100) Subject: doc: add sandbox API X-Git-Tag: v2021.01-rc2~5^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae9bc3c42f1e47ac4954bc3b3112067e15bb6f3;p=pandora-u-boot.git doc: add sandbox API Add sandbox API to generated HTML documentation Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/doc/api/index.rst b/doc/api/index.rst index ae4a1b6c634..cbecd107558 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -12,6 +12,7 @@ U-Boot API documentation linker_lists pinctrl rng + sandbox serial timer unicode diff --git a/doc/api/sandbox.rst b/doc/api/sandbox.rst new file mode 100644 index 00000000000..724776399be --- /dev/null +++ b/doc/api/sandbox.rst @@ -0,0 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Sandbox +======= + +The following API routines are used to implement the U-Boot sandbox. + +.. kernel-doc:: include/os.h + :internal: