Files
luban-lite-t3e-pro/bsp/artinchip/include/drv/aic_drv_ve.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

14 lines
324 B
C

/*
* Copyright (c) 2022, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: <qi.xu@artinchip.com>
*/
#include "aic_hal_ve.h"
struct aic_ve_client *drv_ve_open(void);
int drv_ve_close(struct aic_ve_client *client);
int drv_ve_control(struct aic_ve_client *client, int cmd, void *arg);