xref: /OK3568_Linux_fs/kernel/include/media/videobuf2-cma-sg.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _MEDIA_VIDEOBUF2_CMA_SG_H
4 #define _MEDIA_VIDEOBUF2_CMA_SG_H
5 
6 #include <media/videobuf2-v4l2.h>
7 
8 extern const struct vb2_mem_ops vb2_cma_sg_memops;
9 
10 #endif
11