Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/linux.git] / Documentation / media / uapi / dvb / dtv-fe-stats.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. c:type:: dtv_fe_stats
4
5 *******************
6 struct dtv_fe_stats
7 *******************
8
9
10 .. code-block:: c
11
12     #define MAX_DTV_STATS   4
13
14     struct dtv_fe_stats {
15         __u8 len;
16         struct dtv_stats stat[MAX_DTV_STATS];
17     } __packed;