mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
14 lines
287 B
ReStructuredText
14 lines
287 B
ReStructuredText
![]() |
.. SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
====================
|
||
|
Device Tree (OF) API
|
||
|
====================
|
||
|
|
||
|
The KUnit device tree API is used to test device tree (of_*) dependent code.
|
||
|
|
||
|
.. kernel-doc:: include/kunit/of.h
|
||
|
:internal:
|
||
|
|
||
|
.. kernel-doc:: drivers/of/of_kunit_helpers.c
|
||
|
:export:
|