diff options
author | Michel Ludwig <michel.ludwig@gmail.com> | 2007-07-18 09:29:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:03 -0500 |
commit | 701672eb7387390bff43f0c979026dd317836626 (patch) | |
tree | 8b4023f5b5b8c14aabee2e753302c0ccfd01a21a /drivers/media/video/tuner-xc2028.h | |
parent | c2622e5f8ec0c53794fa33488477f07250c3e452 (diff) |
V4L/DVB (6425): Add experimental DVB frontend tuner interface to xc2028/3028
Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.h')
-rw-r--r-- | drivers/media/video/tuner-xc2028.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h index 7c540c3871bf..34ff4cba131a 100644 --- a/drivers/media/video/tuner-xc2028.h +++ b/drivers/media/video/tuner-xc2028.h | |||
@@ -7,3 +7,8 @@ | |||
7 | /* xc2028 commands for callback */ | 7 | /* xc2028 commands for callback */ |
8 | #define XC2028_TUNER_RESET 0 | 8 | #define XC2028_TUNER_RESET 0 |
9 | #define XC2028_RESET_CLK 1 | 9 | #define XC2028_RESET_CLK 1 |
10 | |||
11 | struct dvb_frontend; | ||
12 | struct i2c_client; | ||
13 | |||
14 | int xc2028_attach(struct i2c_client *c, struct dvb_frontend *fe); | ||