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

.. _dtv-fe-stats:

*******************
struct dtv_fe_stats
*******************


.. code-block:: c

    #define MAX_DTV_STATS   4

    struct dtv_fe_stats {
	__u8 len;
	struct dtv_stats stat[MAX_DTV_STATS];
    } __packed;