diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 08:52:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 14:55:32 +0100 |
commit | 9ce39460837202920fb9bad88eeec13fc75e7a13 (patch) | |
tree | 1b12fc9a0ec5cd31e1b2eb2607f1512dd86de2b4 | |
parent | V4L/DVB (13727): [Mantis/VP-1041] Bugfix: Sigh! Don't look for the STOP bit (diff) | |
download | linux-9ce39460837202920fb9bad88eeec13fc75e7a13.tar.xz linux-9ce39460837202920fb9bad88eeec13fc75e7a13.zip |
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>
-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 @@ +#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 |