summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttvp.h
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-07-22 13:54:28 +0000
committerGerd Knorr <devnull@localhost>2004-07-22 13:54:28 +0000
commit0acaf65c34f98f42ed85fbd98aa34beaa542c6da (patch)
tree1d3740ee9a0d826bb46856918d5a8152b6c2f946 /linux/drivers/media/video/bttvp.h
parentf10645815ff6d66711a9f180f7573905812556bc (diff)
downloadmediapointer-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.h1
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