arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / Documentation / dev-tools / kunit / api / index.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =============
4 API Reference
5 =============
6 .. toctree::
7         :hidden:
8
9         test
10         resource
11         functionredirection
12
13
14 This page documents the KUnit kernel testing API. It is divided into the
15 following sections:
16
17 Documentation/dev-tools/kunit/api/test.rst
18
19  - Documents all of the standard testing API
20
21 Documentation/dev-tools/kunit/api/resource.rst
22
23  - Documents the KUnit resource API
24
25 Documentation/dev-tools/kunit/api/functionredirection.rst
26
27  - Documents the KUnit Function Redirection API