1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><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 8. Introduction"><link rel="prev" href="dvb_devices.html" title="Linux DVB Devices"><link rel="next" href="dvb_frontend.html" title="Chapter 9. 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> </td><th width="60%" align="center">Chapter 8. Introduction</th><td width="20%" align="right"> <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
19<code class="constant">linux/dvb/version.h</code> exists, which defines the
20constant <code class="constant">DVB_API_VERSION</code>. This document
21describes <code class="constant">DVB_API_VERSION 5.10</code>.
22</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> </td><td width="20%" align="center"><a accesskey="u" href="dvb_introdution.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="dvb_frontend.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Linux DVB Devices </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 9. DVB Frontend API</td></tr></table></div></body></html>
23