summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-core/dvb_frontend.h
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2006-02-28 09:31:16 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-08 11:36:06 -0300
commit2f27bdce972ceb97a2fd109a77546c37aa499fc9 (patch)
tree8ac9a59189ab362e6b6b6710efab5da92cfe7f12 /drivers/media/dvb/dvb-core/dvb_frontend.h
parent9f3319b49cc793b9da06ca57cc8740e3a8e88d1d (diff)
V4L/DVB (3404): Refactored LNBP21 and BSBE1 support
Moved duplicated code to separate files. LNBP21 stuff rewritten from scratch, BSBE1 copied from av7110.c. Modified budget driver to use the new routines. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_frontend.h')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.h b/drivers/media/dvb/dvb-core/dvb_frontend.h
index 70a6d14efda7..d5aee5ad67a0 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.h
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.h
@@ -104,6 +104,7 @@ struct dvb_frontend {
struct dvb_adapter *dvb;
void* demodulator_priv;
void* frontend_priv;
+ void* misc_priv;
};
extern int dvb_register_frontend(struct dvb_adapter* dvb,