doc-rst: linux_tv DocBook to reST migration (docs-next)
[deliverable/linux.git] / Documentation / linux_tv / media / dvb / dtv-fe-stats.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _dtv-fe-stats:
4
5*******************
6struct 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;
18
19
20
21
22.. ------------------------------------------------------------------------------
23.. This file was automatically converted from DocBook-XML with the dbxml
24.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
25.. from the linux kernel, refer to:
26..
27.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
28.. ------------------------------------------------------------------------------
This page took 0.024569 seconds and 5 git commands to generate.