2016-06-30 21:18:56 +08:00
|
|
|
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
|
2016-08-30 04:37:59 +08:00
|
|
|
.. c:type:: dtv_properties
|
2016-06-30 21:18:56 +08:00
|
|
|
|
|
|
|
*********************
|
|
|
|
struct dtv_properties
|
|
|
|
*********************
|
|
|
|
|
|
|
|
|
|
|
|
.. code-block:: c
|
|
|
|
|
|
|
|
struct dtv_properties {
|
2016-07-05 03:25:48 +08:00
|
|
|
__u32 num;
|
|
|
|
struct dtv_property *props;
|
2016-06-30 21:18:56 +08:00
|
|
|
};
|