summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/mantis/mantis_vp3028.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 11:39:57 +0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 16:55:42 +0300
commitadd206368462434ba97e8fe4de98e5d47ffdb0a0 (patch)
tree04ab626b19b2c74683500ec26abd6af1b074ea37 /drivers/media/dvb/mantis/mantis_vp3028.h
parentec1b6ff1cce9d406a9a5f84a1d1205328f2c515a (diff)
downloadlinux-add206368462434ba97e8fe4de98e5d47ffdb0a0.tar.xz
V4L/DVB (13794): [Mantis/VP-3028] Initial go at Serial interface implementation, add support for VP-3028
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp3028.h')
-rw-r--r--drivers/media/dvb/mantis/mantis_vp3028.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp3028.h b/drivers/media/dvb/mantis/mantis_vp3028.h
new file mode 100644
index 000000000000..c51628ddf3c8
--- /dev/null
+++ b/drivers/media/dvb/mantis/mantis_vp3028.h
@@ -0,0 +1,13 @@
+#ifndef __MANTIS_VP3028_H
+#define __MANTIS_VP3028_H
+
+#include "dvb_frontend.h"
+#include "mantis_common.h"
+#include "zl10353.h"
+
+#define MANTIS_VP_3028_DVB_T 0x0028
+
+extern struct zl10353_config mantis_vp3028_config;
+extern struct mantis_hwconfig vp3028_mantis_config;
+
+#endif /* __MANTIS_VP3028_H */