diff options
author | Gerd Knorr <devnull@localhost> | 2004-07-22 13:54:28 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-07-22 13:54:28 +0000 |
commit | 0acaf65c34f98f42ed85fbd98aa34beaa542c6da (patch) | |
tree | 1d3740ee9a0d826bb46856918d5a8152b6c2f946 /linux/drivers/media/video/bttvp.h | |
parent | f10645815ff6d66711a9f180f7573905812556bc (diff) | |
download | mediapointer-dvb-s2-0acaf65c34f98f42ed85fbd98aa34beaa542c6da.tar.gz mediapointer-dvb-s2-0acaf65c34f98f42ed85fbd98aa34beaa542c6da.tar.bz2 |
- saa7134 build fix.
- bttv i2c attach/detach hook for subdrivers.
Diffstat (limited to 'linux/drivers/media/video/bttvp.h')
-rw-r--r-- | linux/drivers/media/video/bttvp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bttvp.h b/linux/drivers/media/video/bttvp.h index 66edc7fd8..58a40841d 100644 --- a/linux/drivers/media/video/bttvp.h +++ b/linux/drivers/media/video/bttvp.h @@ -242,6 +242,7 @@ extern struct bus_type bttv_sub_bus_type; int bttv_sub_add_device(struct bttv_core *core, char *name); int bttv_sub_del_devices(struct bttv_core *core); void bttv_gpio_irq(struct bttv_core *core); +void bttv_i2c_info(struct bttv_core *core, struct i2c_client *client, int attach); #endif |