fix build error, cannot find ldc_ioctl.h
Change-Id: I1ac54d3f8fc8ef73d541e6daf50828e3ab02edbb
This commit is contained in:
committed by
carbon
parent
8b903d8fa7
commit
d5c240a809
19
middleware/v2/modules/vpu/include/ldc_ioctl.h
Normal file
19
middleware/v2/modules/vpu/include/ldc_ioctl.h
Normal file
@ -0,0 +1,19 @@
|
||||
#ifndef _LDC_IOCTL_H_
|
||||
#define _LDC_IOCTL_H_
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <linux/dwa_uapi.h>
|
||||
|
||||
/* Configured from user */
|
||||
CVI_S32 gdc_begin_job(CVI_S32 fd, struct gdc_handle_data *cfg);
|
||||
CVI_S32 gdc_end_job(CVI_S32 fd, struct gdc_handle_data *cfg);
|
||||
CVI_S32 gdc_cancel_job(CVI_S32 fd, struct gdc_handle_data *cfg);
|
||||
CVI_S32 gdc_add_rotation_task(CVI_S32 fd, struct gdc_task_attr *attr);
|
||||
CVI_S32 gdc_add_ldc_task(CVI_S32 fd, struct gdc_task_attr *attr);
|
||||
|
||||
/* INTERNAL */
|
||||
CVI_S32 gdc_set_chn_buf_wrap(CVI_S32 fd, const struct dwa_buf_wrap_cfg *cfg);
|
||||
CVI_S32 gdc_get_chn_buf_wrap(CVI_S32 fd, struct dwa_buf_wrap_cfg *cfg);
|
||||
|
||||
#endif /* _LDC_IOCTL_H_ */
|
||||
Reference in New Issue
Block a user