1
0
Fork 0

V4L/DVB (11727): Siano: core header - update include files

Re-order the include files list

Re-order the include files list, put the DVB-API v3 within its
own section, within a define container.

Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Uri Shkolnik 2009-05-11 06:36:27 -03:00 committed by Mauro Carvalho Chehab
parent 1339f9108a
commit f95e82c2e5
1 changed files with 7 additions and 2 deletions

View File

@ -28,14 +28,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <linux/mm.h>
#include <linux/scatterlist.h>
#include <linux/types.h>
#include <asm/page.h>
#include <linux/mutex.h>
#include <linux/wait.h>
#include <linux/timer.h>
#include <asm/page.h>
#define SMS_DVB3_SUBSYS
#ifdef SMS_DVB3_SUBSYS
#include "dmxdev.h"
#include "dvbdev.h"
#include "dvb_demux.h"
#include "dvb_frontend.h"
#endif
#define kmutex_init(_p_) mutex_init(_p_)
#define kmutex_lock(_p_) mutex_lock(_p_)