Commit 51b39dfa authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

V4L/DVB (6123): ivtv: move ivtv.h public header to include/linux

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 13628032
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
#include <media/tuner.h> #include <media/tuner.h>
#include <media/cx2341x.h> #include <media/cx2341x.h>
#include <media/ivtv.h> #include <linux/ivtv.h>
/* Memory layout */ /* Memory layout */
......
...@@ -18,8 +18,15 @@ ...@@ -18,8 +18,15 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef _LINUX_IVTV_H #ifndef __LINUX_IVTV_H__
#define _LINUX_IVTV_H #define __LINUX_IVTV_H__
#ifdef __KERNEL__
#include <linux/compiler.h> /* need __user */
#else
#define __user
#endif
#include <linux/types.h>
/* ivtv knows several distinct output modes: MPEG streaming, /* ivtv knows several distinct output modes: MPEG streaming,
YUV streaming, YUV updates through user DMA and the passthrough YUV streaming, YUV updates through user DMA and the passthrough
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment