1 .. SPDX-License-Identifier: GPL-2.0
7 This file documents the KUnit resource API.
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.
12 .. kernel-doc:: include/kunit/resource.h
18 Functions for using KUnit-managed struct device and struct device_driver.
19 Include ``kunit/device.h`` to use these.
21 .. kernel-doc:: include/kunit/device.h