summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-05-26 12:06:54 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-05-26 12:06:54 -0300
commit2224352436462570837c39e7a12ed6f98a96986f (patch)
tree35270051c3b3797885309d3975b897264624c822 /linux/include
parent2a273893a153bd7311b488785d4ced28ff9967c2 (diff)
parentcf2c310a0889cdeb0bc711e69833b77007717bcd (diff)
downloadmediapointer-dvb-s2-2224352436462570837c39e7a12ed6f98a96986f.tar.gz
mediapointer-dvb-s2-2224352436462570837c39e7a12ed6f98a96986f.tar.bz2
merge: http://linuxtv.org/hg/~mcisely/pvrusb2
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/media/v4l2-dev.h1
-rw-r--r--linux/include/media/videobuf-core.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/linux/include/media/v4l2-dev.h b/linux/include/media/v4l2-dev.h
index 42ae06c32..b542b7867 100644
--- a/linux/include/media/v4l2-dev.h
+++ b/linux/include/media/v4l2-dev.h
@@ -46,7 +46,6 @@
#define VFL_TYPE_VTX 3
/* Video standard functions */
-extern unsigned int v4l2_video_std_fps(struct v4l2_standard *vs);
extern char *v4l2_norm_to_name(v4l2_std_id id);
extern int v4l2_video_std_construct(struct v4l2_standard *vs,
int id, char *name);
diff --git a/linux/include/media/videobuf-core.h b/linux/include/media/videobuf-core.h
index dd0821f40..a2f55ff24 100644
--- a/linux/include/media/videobuf-core.h
+++ b/linux/include/media/videobuf-core.h
@@ -241,6 +241,9 @@ unsigned int videobuf_poll_stream(struct file *file,
int videobuf_mmap_setup(struct videobuf_queue *q,
unsigned int bcount, unsigned int bsize,
enum v4l2_memory memory);
+int __videobuf_mmap_setup(struct videobuf_queue *q,
+ unsigned int bcount, unsigned int bsize,
+ enum v4l2_memory memory);
int videobuf_mmap_free(struct videobuf_queue *q);
int videobuf_mmap_mapper(struct videobuf_queue *q,
struct vm_area_struct *vma);