diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-07 19:01:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:24 -0500 |
commit | d9009201207c4bdce9b95a0bd903b3f087e8eda1 (patch) | |
tree | 86801fb674777c7a4693622363ac18a7a7896ec1 /drivers/media/video/ivtv/ivtv-i2c.h | |
parent | 9d1a16a4fc39bd908d85e0b7ce167048200d2d2b (diff) |
V4L/DVB (6765): ivtv: convert to bus-based i2c API
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-i2c.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-i2c.h b/drivers/media/video/ivtv/ivtv-i2c.h index 987042c09b64..022978cf533d 100644 --- a/drivers/media/video/ivtv/ivtv-i2c.h +++ b/drivers/media/video/ivtv/ivtv-i2c.h | |||
@@ -33,6 +33,7 @@ int ivtv_i2c_hw(struct ivtv *itv, u32 hw, unsigned int cmd, void *arg); | |||
33 | int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg); | 33 | int ivtv_i2c_id(struct ivtv *itv, u32 id, unsigned int cmd, void *arg); |
34 | int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg); | 34 | int ivtv_call_i2c_client(struct ivtv *itv, int addr, unsigned int cmd, void *arg); |
35 | void ivtv_call_i2c_clients(struct ivtv *itv, unsigned int cmd, void *arg); | 35 | void ivtv_call_i2c_clients(struct ivtv *itv, unsigned int cmd, void *arg); |
36 | int ivtv_i2c_register(struct ivtv *itv, unsigned idx); | ||
36 | 37 | ||
37 | /* init + register i2c algo-bit adapter */ | 38 | /* init + register i2c algo-bit adapter */ |
38 | int init_ivtv_i2c(struct ivtv *itv); | 39 | int init_ivtv_i2c(struct ivtv *itv); |