Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65820
b: refs/heads/master
c: 51b39df
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent d047230 commit 9826674
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 136280322d894e6ec07187f2427b00c3d64ad066
refs/heads/master: 51b39dfa5477fdb2459e3c46f855f01b8b03102d
2 changes: 1 addition & 1 deletion trunk/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 trunk/include/media/ivtv.h → trunk/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 9826674

Please sign in to comment.