#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <media/dmxdev.h>
#include <media/dvbdev.h>
#include <media/dvb_demux.h>
#include <media/dvb_frontend.h>
#include <media/dvb_net.h>
#include "tda1002x.h"
#include "mantis_common.h"
#include "mantis_ioc.h"
#include "mantis_dvb.h"
#include "mantis_vp2033.h"
#define MANTIS_MODEL_NAME …
#define MANTIS_DEV_TYPE …
static struct tda1002x_config vp2033_tda1002x_cu1216_config = …;
static struct tda10023_config vp2033_tda10023_cu1216_config = …;
static u8 read_pwm(struct mantis_pci *mantis)
{ … }
static int tda1002x_cu1216_tuner_set(struct dvb_frontend *fe)
{ … }
static int vp2033_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
{ … }
struct mantis_hwconfig vp2033_config = …;