From 0ae9bc3c42f1e47ac4954bc3b3112067e15bb6f3 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 27 Oct 2020 20:29:28 +0100 Subject: doc: add sandbox API Add sandbox API to generated HTML documentation Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- doc/api/sandbox.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/api/sandbox.rst (limited to 'doc/api/sandbox.rst') 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: -- cgit v1.2.3