aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/mantis
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 04:52:23 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:32 -0200
commit9ce39460837202920fb9bad88eeec13fc75e7a13 (patch)
tree1b12fc9a0ec5cd31e1b2eb2607f1512dd86de2b4 /drivers/media/dvb/mantis
parent1159531a93f04346d94f72fdb4719c3f7e7d0a8c (diff)
V4L/DVB (13728): [Mantis] Add in some Host Interface definitions
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis')
-rw-r--r--drivers/media/dvb/mantis/mantis_hif.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_hif.h b/drivers/media/dvb/mantis/mantis_hif.h
new file mode 100644
index 00000000000..33b4f2b0ef6
--- /dev/null
+++ b/drivers/media/dvb/mantis/mantis_hif.h
@@ -0,0 +1,9 @@
+#ifndef __MANTIS_HIF_H
+#define __MANTIS_HIF_H
+
+#define MANTIS_HIF_MEMRD 1
+#define MANTIS_HIF_MEMWR 2
+#define MANTIS_HIF_IOMRD 3
+#define MANTIS_HIF_IOMWR 4
+
+#endif // __MANTIS_HIF_H