diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-20 20:51:06 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-10-11 20:22:09 +0300 |
commit | b5b03a200934cad3c77e85026a3549847234f74e (patch) | |
tree | f01708de8b2cd3550ce1fda71df2dbacdf5e1bb5 /Documentation/media | |
parent | 8c6b18631ff6a4823249becb51b428da5f0f9a40 (diff) | |
download | linux-b5b03a200934cad3c77e85026a3549847234f74e.tar.xz |
media: dvb-net.rst: document DVB network kAPI interface
That's the last DVB kAPI that misses documentation.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/kapi/dtv-core.rst | 1 | ||||
-rw-r--r-- | Documentation/media/kapi/dtv-net.rst | 4 | ||||
-rw-r--r-- | Documentation/media/uapi/dvb/net-types.rst | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/media/kapi/dtv-core.rst b/Documentation/media/kapi/dtv-core.rst index 8ee384f61fa0..bca743dc6b43 100644 --- a/Documentation/media/kapi/dtv-core.rst +++ b/Documentation/media/kapi/dtv-core.rst @@ -34,3 +34,4 @@ I2C bus. dtv-frontend dtv-demux dtv-ca + dtv-net diff --git a/Documentation/media/kapi/dtv-net.rst b/Documentation/media/kapi/dtv-net.rst new file mode 100644 index 000000000000..ced991b73d69 --- /dev/null +++ b/Documentation/media/kapi/dtv-net.rst @@ -0,0 +1,4 @@ +Digital TV Network kABI +----------------------- + +.. kernel-doc:: drivers/media/dvb-core/dvb_net.h diff --git a/Documentation/media/uapi/dvb/net-types.rst b/Documentation/media/uapi/dvb/net-types.rst index e1177bdcd623..8fa3292eaa42 100644 --- a/Documentation/media/uapi/dvb/net-types.rst +++ b/Documentation/media/uapi/dvb/net-types.rst @@ -1,6 +1,6 @@ .. -*- coding: utf-8; mode: rst -*- -.. _dmx_types: +.. _net_types: ************** Net Data Types |