aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/dvb/dtv-properties.rst
blob: c13be5de43026837cfb33124bfd227b8a356af24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. -*- coding: utf-8; mode: rst -*-

.. _dtv-properties:

*********************
struct dtv_properties
*********************


.. code-block:: c

    struct dtv_properties {
	__u32 num;
	struct dtv_property *props;
    };