Merge branch 'for-4.14/upstream-fixes' into for-linus
[sfrench/cifs-2.6.git] / Documentation / media / uapi / dvb / dtv-properties.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. c:type:: dtv_properties
4
5 *********************
6 struct dtv_properties
7 *********************
8
9
10 .. code-block:: c
11
12     struct dtv_properties {
13         __u32 num;
14         struct dtv_property *props;
15     };