Commit 534f3d0e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc-rst: dvb/intro: Better show the needed include blocks

The include blocks were not properly displayed. Fix it.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent e9b72b27
......@@ -160,34 +160,16 @@ partial path like:
#include <linux/dvb/audio.h>
.. code-block:: c
#include <linux/dvb/ca.h>
.. code-block:: c
#include <linux/dvb/dmx.h>
.. code-block:: c
#include <linux/dvb/frontend.h>
.. code-block:: c
#include <linux/dvb/net.h>
.. code-block:: c
#include <linux/dvb/osd.h>
.. code-block:: c
#include <linux/dvb/video.h>
To enable applications to support different API version, an additional
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment