mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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:
|