forked from Minki/linux
e8be7e97e6
instead of declaring the uAPI structs using usual refs, e. g.: .. _foo-struct: Use the C domain way: .. c:type:: foo_struct This way, the kAPI documentation can use cross-references to point to the uAPI symbols. That solves about ~100 undefined warnings like: WARNING: c:type reference target not found: foo_struct Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
16 lines
228 B
ReStructuredText
16 lines
228 B
ReStructuredText
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
.. c:type:: dtv_properties
|
|
|
|
*********************
|
|
struct dtv_properties
|
|
*********************
|
|
|
|
|
|
.. code-block:: c
|
|
|
|
struct dtv_properties {
|
|
__u32 num;
|
|
struct dtv_property *props;
|
|
};
|