summaryrefslogtreecommitdiff
path: root/v4l_experimental/pvrusb2/pvrusb2-i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-i2c.h')
-rw-r--r--v4l_experimental/pvrusb2/pvrusb2-i2c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-i2c.h b/v4l_experimental/pvrusb2/pvrusb2-i2c.h
index 5379990b9..668baac81 100644
--- a/v4l_experimental/pvrusb2/pvrusb2-i2c.h
+++ b/v4l_experimental/pvrusb2/pvrusb2-i2c.h
@@ -1,6 +1,6 @@
/*
*
- * $Id: pvrusb2-i2c.h,v 1.1 2005/11/14 13:31:24 mchehab Exp $
+ * $Id: pvrusb2-i2c.h,v 1.2 2005/12/07 06:53:52 mcisely Exp $
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
*
@@ -26,6 +26,7 @@ struct pvr2_hdw;
void pvr2_i2c_init(struct pvr2_hdw *);
void pvr2_i2c_done(struct pvr2_hdw *);
int pvr2_i2c_tuner_cmd(struct pvr2_hdw *,unsigned int,void *);
+int pvr2_i2c_ifhandler_cmd(struct pvr2_hdw *,unsigned int,void *);
int pvr2_i2c_msp3400_cmd(struct pvr2_hdw *,unsigned int,void *);
int pvr2_i2c_saa7115_cmd(struct pvr2_hdw *,unsigned int,void *);
int pvr2_i2c_tveeprom_cmd(struct pvr2_hdw *,unsigned int,void *);