arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / Documentation / dev-tools / kunit / api / resource.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ============
4 Resource API
5 ============
6
7 This file documents the KUnit resource API.
8
9 Most users won't need to use this API directly, power users can use it to store
10 state on a per-test basis, register custom cleanup actions, and more.
11
12 .. kernel-doc:: include/kunit/resource.h
13    :internal: