2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 14:43:58 +08:00
linux-next/drivers/media/dvb/mantis/mantis_hif.h
Manu Abraham 9ce3946083 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>
2010-01-17 11:55:32 -02:00

10 lines
185 B
C

#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