V4L/DVB (13728): [Mantis] Add in some Host Interface definitions
authorManu Abraham <[email protected]>
Fri, 4 Dec 2009 07:52:23 +0000 (04:52 -0300)
committerMauro Carvalho Chehab <[email protected]>
Sun, 17 Jan 2010 13:55:32 +0000 (11:55 -0200)
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/dvb/mantis/mantis_hif.h [new file with mode: 0644]

diff --git a/drivers/media/dvb/mantis/mantis_hif.h b/drivers/media/dvb/mantis/mantis_hif.h
new file mode 100644 (file)
index 0000000..33b4f2b
--- /dev/null
@@ -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