diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-17 10:06:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-17 10:06:23 -0300 |
commit | 47a1368908d1a5cd3548d44cfa19853c26ddfeaf (patch) | |
tree | 3f6e533e608f3158b37980e1dbbafea627f3b47a /linux/Documentation/DocBook/dvb/net.xml | |
parent | aeb3a788273d65fa47c79635a886bcafc7970807 (diff) | |
parent | f8c7dcdb0142ecb0a9634945df8bd9b26522f5b7 (diff) | |
download | mediapointer-dvb-s2-47a1368908d1a5cd3548d44cfa19853c26ddfeaf.tar.gz mediapointer-dvb-s2-47a1368908d1a5cd3548d44cfa19853c26ddfeaf.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/Documentation/DocBook/dvb/net.xml')
-rw-r--r-- | linux/Documentation/DocBook/dvb/net.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/Documentation/DocBook/dvb/net.xml b/linux/Documentation/DocBook/dvb/net.xml new file mode 100644 index 000000000..94e388d94 --- /dev/null +++ b/linux/Documentation/DocBook/dvb/net.xml @@ -0,0 +1,12 @@ +<title>DVB Network API</title> +<para>The DVB net device enables feeding of MPE (multi protocol encapsulation) packets +received via DVB into the Linux network protocol stack, e.g. for internet via satellite +applications. It can be accessed through <emphasis role="tt">/dev/dvb/adapter0/net0</emphasis>. Data types and +and ioctl definitions can be accessed by including <emphasis role="tt">linux/dvb/net.h</emphasis> in your +application. +</para> +<section id="dvb_net_types"> +<title>DVB Net Data Types</title> +<para>To be written… +</para> +</section> |