aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r--include/media/v4l2-dev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h
index 9193703f4f0f..3700127ba299 100644
--- a/include/media/v4l2-dev.h
+++ b/include/media/v4l2-dev.h
@@ -89,6 +89,9 @@ struct video_device
89 /* Control handler associated with this device node. May be NULL. */ 89 /* Control handler associated with this device node. May be NULL. */
90 struct v4l2_ctrl_handler *ctrl_handler; 90 struct v4l2_ctrl_handler *ctrl_handler;
91 91
92 /* Priority state. If NULL, then v4l2_dev->prio will be used. */
93 struct v4l2_prio_state *prio;
94
92 /* device info */ 95 /* device info */
93 char name[32]; 96 char name[32];
94 int vfl_type; 97 int vfl_type;