aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/videobuf2-dma-sg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/videobuf2-dma-sg.h')
-rw-r--r--include/media/videobuf2-dma-sg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/videobuf2-dma-sg.h b/include/media/videobuf2-dma-sg.h
index 7b89852779af..14ce3068b642 100644
--- a/include/media/videobuf2-dma-sg.h
+++ b/include/media/videobuf2-dma-sg.h
@@ -21,6 +21,9 @@ static inline struct sg_table *vb2_dma_sg_plane_desc(
return (struct sg_table *)vb2_plane_cookie(vb, plane_no);
}
+void *vb2_dma_sg_init_ctx(struct device *dev);
+void vb2_dma_sg_cleanup_ctx(void *alloc_ctx);
+
extern const struct vb2_mem_ops vb2_dma_sg_memops;
#endif