aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/au0828/au0828.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-03-29 19:53:07 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 14:09:42 -0300
commit28930fa9af9be77abe3d8bce3193908bf266efc6 (patch)
treebb867ecfd3069e79ef398bbe3550dabdeefa99dc /drivers/media/video/au0828/au0828.h
parent265a6510629ab39f33ece43a857089dd37978184 (diff)
V4L/DVB (7622): HVR950Q Hauppauge eeprom support
HVR950Q Hauppauge eeprom support. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/au0828/au0828.h')
-rw-r--r--drivers/media/video/au0828/au0828.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/au0828/au0828.h b/drivers/media/video/au0828/au0828.h
index 51722766704..3dc09f8ffef 100644
--- a/drivers/media/video/au0828/au0828.h
+++ b/drivers/media/video/au0828/au0828.h
@@ -22,6 +22,7 @@
#include <linux/usb.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
+#include <media/tveeprom.h>
/* DVB */
#include "demux.h"
@@ -103,6 +104,7 @@ extern struct usb_device_id au0828_usb_id_table[];
extern const unsigned int au0828_bcount;
extern void au0828_gpio_setup(struct au0828_dev *dev);
extern int au0828_tuner_callback(void *priv, int command, int arg);
+extern void au0828_card_setup(struct au0828_dev *dev);
/* ----------------------------------------------------------- */
/* au0828-i2c.c */