From 701672eb7387390bff43f0c979026dd317836626 Mon Sep 17 00:00:00 2001 From: Michel Ludwig Date: Wed, 18 Jul 2007 10:29:10 -0300 Subject: V4L/DVB (6425): Add experimental DVB frontend tuner interface to xc2028/3028 Signed-off-by: Michel Ludwig Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/tuner-xc2028.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/media/video/tuner-xc2028.h') diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h index 7c540c3871b..34ff4cba131 100644 --- a/drivers/media/video/tuner-xc2028.h +++ b/drivers/media/video/tuner-xc2028.h @@ -7,3 +7,8 @@ /* xc2028 commands for callback */ #define XC2028_TUNER_RESET 0 #define XC2028_RESET_CLK 1 + +struct dvb_frontend; +struct i2c_client; + +int xc2028_attach(struct i2c_client *c, struct dvb_frontend *fe); -- cgit v1.2.3