summaryrefslogtreecommitdiff
path: root/sys/dev/video_if.h
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2008-06-10 23:39:02 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2008-06-10 23:39:02 +0000
commita90783f16f4976bbddb50a7f3b02a76c012f0cca (patch)
treec63056f5caa54029258c72f1f3d329f1400ace66 /sys/dev/video_if.h
parent1630be5a5f17109c29fac59198f098bec891af3b (diff)
add VIDIOC_QUERYCTRL to the supported ioctls
Diffstat (limited to 'sys/dev/video_if.h')
-rw-r--r--sys/dev/video_if.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/video_if.h b/sys/dev/video_if.h
index c843ce09edd..d096d8c3245 100644
--- a/sys/dev/video_if.h
+++ b/sys/dev/video_if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: video_if.h,v 1.10 2008/06/09 20:51:31 mglocker Exp $ */
+/* $OpenBSD: video_if.h,v 1.11 2008/06/10 23:39:01 robert Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
*
@@ -45,6 +45,7 @@ struct video_hw_if {
int (*dqbuf)(void *, struct v4l2_buffer *);
int (*streamon)(void *, int);
int (*try_fmt)(void *, struct v4l2_format *);
+ int (*queryctrl)(void *, struct v4l2_queryctrl *);
caddr_t (*mappage)(void *, off_t, int);
/* other functions */