1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>API include files</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="LINUX MEDIA INFRASTRUCTURE API"><link rel="up" href="dvb_introdution.html" title="Chapter&#160;8.&#160;Introduction"><link rel="prev" href="dvb_devices.html" title="Linux DVB Devices"><link rel="next" href="dvb_frontend.html" title="Chapter&#160;9.&#160;DVB Frontend API"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">API include files</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dvb_devices.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;8.&#160;Introduction</th><td width="20%" align="right">&#160;<a accesskey="n" href="dvb_frontend.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="include_files"></a>API include files</h2></div></div></div><p>For each of the DVB devices a corresponding include file exists.
2The DVB API include files should be included in application sources with
3a partial path like:</p><pre class="programlisting">
4	#include &lt;linux/dvb/audio.h&gt;
5</pre><pre class="programlisting">
6	#include &lt;linux/dvb/ca.h&gt;
7</pre><pre class="programlisting">
8	#include &lt;linux/dvb/dmx.h&gt;
9</pre><pre class="programlisting">
10	#include &lt;linux/dvb/frontend.h&gt;
11</pre><pre class="programlisting">
12	#include &lt;linux/dvb/net.h&gt;
13</pre><pre class="programlisting">
14	#include &lt;linux/dvb/osd.h&gt;
15</pre><pre class="programlisting">
16	#include &lt;linux/dvb/video.h&gt;
17</pre><p>To enable applications to support different API version, an
18additional include file <span class="tt">linux/dvb/version.h</span> exists, which defines the
19constant <span class="tt">DVB_API_VERSION</span>. This document
20describes <span class="tt">DVB_API_VERSION 5.8</span>.
21</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="dvb_devices.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="dvb_introdution.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="dvb_frontend.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Linux DVB Devices&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;Chapter&#160;9.&#160;DVB Frontend API</td></tr></table></div></body></html>
22