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:
Manu Abraham 2009-12-04 04:52:23 -03:00 committed by Mauro Carvalho Chehab
parent 1159531a93
commit 9ce3946083

View 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