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 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 <linux/dvb/audio.h> 5</pre><pre class="programlisting"> 6 #include <linux/dvb/ca.h> 7</pre><pre class="programlisting"> 8 #include <linux/dvb/dmx.h> 9</pre><pre class="programlisting"> 10 #include <linux/dvb/frontend.h> 11</pre><pre class="programlisting"> 12 #include <linux/dvb/net.h> 13</pre><pre class="programlisting"> 14 #include <linux/dvb/osd.h> 15</pre><pre class="programlisting"> 16 #include <linux/dvb/video.h> 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> </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> 22