summaryrefslogtreecommitdiffstats
path: root/kernel/include/media/videobuf2-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/media/videobuf2-core.h')
-rw-r--r--kernel/include/media/videobuf2-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/media/videobuf2-core.h b/kernel/include/media/videobuf2-core.h
index 647ebfe51..d4227a8a2 100644
--- a/kernel/include/media/videobuf2-core.h
+++ b/kernel/include/media/videobuf2-core.h
@@ -363,6 +363,7 @@ struct vb2_ops {
};
struct vb2_buf_ops {
+ int (*verify_planes_array)(struct vb2_buffer *vb, const void *pb);
int (*fill_user_buffer)(struct vb2_buffer *vb, void *pb);
int (*fill_vb2_buffer)(struct vb2_buffer *vb, const void *pb,
struct vb2_plane *planes);