mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +00:00
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>
This commit is contained in:
parent
1159531a93
commit
9ce3946083
1 changed files with 9 additions and 0 deletions
9
drivers/media/dvb/mantis/mantis_hif.h
Normal file
9
drivers/media/dvb/mantis/mantis_hif.h
Normal file
|
@ -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
|
Loading…
Reference in a new issue