commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
12 lines
335 B
C
12 lines
335 B
C
#ifndef MODULES_VPU_INCLUDE_GDC_CTX_H_
|
|
#define MODULES_VPU_INCLUDE_GDC_CTX_H_
|
|
|
|
#include <linux/cvi_vi_ctx.h>
|
|
#include "cvi_base.h"
|
|
|
|
extern struct cvi_gdc_mesh mesh[VPSS_MAX_GRP_NUM][VPSS_MAX_CHN_NUM];
|
|
extern struct cvi_gdc_mesh g_vi_mesh[VI_MAX_CHN_NUM];
|
|
extern struct cvi_vi_ctx *gViCtx;
|
|
|
|
#endif /* MODULES_VPU_INCLUDE_VPSS_CTX_H_ */
|