Skip to content

Commit

Permalink
V4L/DVB (6123): ivtv: move ivtv.h public header to include/linux
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 1362803 commit 51b39df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/ivtv/ivtv-driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#include <media/tuner.h>
#include <media/cx2341x.h>

#include <media/ivtv.h>
#include <linux/ivtv.h>


/* Memory layout */
Expand Down
11 changes: 9 additions & 2 deletions include/media/ivtv.h → include/linux/ivtv.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _LINUX_IVTV_H
#define _LINUX_IVTV_H
#ifndef __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,
YUV streaming, YUV updates through user DMA and the passthrough
Expand Down

0 comments on commit 51b39df

Please sign in to comment.