aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/kunit/api/resource.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-tools/kunit/api/resource.rst')
-rw-r--r--Documentation/dev-tools/kunit/api/resource.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kunit/api/resource.rst b/Documentation/dev-tools/kunit/api/resource.rst
index 0a94f831259e..ec6002a6b0db 100644
--- a/Documentation/dev-tools/kunit/api/resource.rst
+++ b/Documentation/dev-tools/kunit/api/resource.rst
@@ -11,3 +11,12 @@ state on a per-test basis, register custom cleanup actions, and more.
.. kernel-doc:: include/kunit/resource.h
:internal:
+
+Managed Devices
+---------------
+
+Functions for using KUnit-managed struct device and struct device_driver.
+Include ``kunit/device.h`` to use these.
+
+.. kernel-doc:: include/kunit/device.h
+ :internal: