Skip to content

Commit

Permalink
V4L/DVB (13728): [Mantis] Add in some Host Interface definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 1159531 commit 9ce3946
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/media/dvb/mantis/mantis_hif.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9ce3946

Please sign in to comment.