diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 02:52:23 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:32 -0500 |
commit | 9ce39460837202920fb9bad88eeec13fc75e7a13 (patch) | |
tree | 1b12fc9a0ec5cd31e1b2eb2607f1512dd86de2b4 /drivers/media/dvb/mantis/mantis_hif.h | |
parent | 1159531a93f04346d94f72fdb4719c3f7e7d0a8c (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/mantis_hif.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_hif.h | 9 |
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 000000000000..33b4f2b0ef67 --- /dev/null +++ b/drivers/media/dvb/mantis/mantis_hif.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __MANTIS_HIF_H | ||
2 | #define __MANTIS_HIF_H | ||
3 | |||
4 | #define MANTIS_HIF_MEMRD 1 | ||
5 | #define MANTIS_HIF_MEMWR 2 | ||
6 | #define MANTIS_HIF_IOMRD 3 | ||
7 | #define MANTIS_HIF_IOMWR 4 | ||
8 | |||
9 | #endif // __MANTIS_HIF_H | ||