Files
sophgo-forum-service c4729b7e92 add missed header files.
-1ac269

Change-Id: Ie55689ad598b8821812b535dfe9a5c59d0369a89
2024-07-25 17:11:08 +08:00

11 lines
279 B
C

#ifndef __GDC_CTX_H_
#define __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 /* __GDC_CTX_H_ */