18#include <linux/dvb/version.h>
19#include <linux/dvb/frontend.h>
20#include <linux/dvb/dmx.h>
22#ifndef DVB_API_VERSION_MINOR
23#define DVB_API_VERSION_MINOR 0
26#if !(DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) && DVB_API_VERSION != 5
27# error "DVB driver includes with API version 3.1 or later not found!"
QString toString(fe_status status)