summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/bttv.h')
-rw-r--r--linux/drivers/media/video/bttv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv.h b/linux/drivers/media/video/bttv.h
index 6b1778785..e28dd0021 100644
--- a/linux/drivers/media/video/bttv.h
+++ b/linux/drivers/media/video/bttv.h
@@ -1,5 +1,5 @@
/*
- * $Id: bttv.h,v 1.11 2004/11/10 11:07:24 kraxel Exp $
+ * $Id: bttv.h,v 1.12 2004/11/19 18:07:12 kraxel Exp $
*
* bttv - Bt848 frame grabber driver
*
@@ -340,8 +340,6 @@ void bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits);
/* ---------------------------------------------------------- */
/* i2c */
-extern void bttv_bit_setscl(void *data, int state);
-extern void bttv_bit_setsda(void *data, int state);
extern void bttv_call_i2c_clients(struct bttv *btv, unsigned int cmd, void *arg);
extern int bttv_I2CRead(struct bttv *btv, unsigned char addr, char *probe_for);
extern int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1,