From 1da0b6ab2a2183b1c9e4cf3623d3e796931c861f Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 23 Sep 2021 11:06:16 +0200 Subject: doc: add system reset to API documentation Complete the Sphinx documentation in include/sysreset.h Add the include to the generated HTML documentation of the U-Boot API. Signed-off-by: Heinrich Schuchardt --- doc/api/sysreset.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/api/sysreset.rst (limited to 'doc/api/sysreset.rst') diff --git a/doc/api/sysreset.rst b/doc/api/sysreset.rst new file mode 100644 index 00000000000..a51b06c3870 --- /dev/null +++ b/doc/api/sysreset.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +System reset +============ + +.. kernel-doc:: include/sysreset.h + :internal: -- cgit v1.2.3