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
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