mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
14 lines
324 B
C
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);
|