30 lines
483 B
C
30 lines
483 B
C
/*
|
|
* Copyright (C) Cvitek Co., Ltd. 2019-2021. All rights reserved.
|
|
*
|
|
* File Name: include/cvi_af_comm.h
|
|
* Description:
|
|
*/
|
|
|
|
#ifndef __CVI_AF_COMM_H__
|
|
#define __CVI_AF_COMM_H__
|
|
|
|
#include "cvi_comm_inc.h"
|
|
#include "cvi_comm_3a.h"
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#endif /* End of #ifdef __cplusplus */
|
|
|
|
#define CVI_AF_LIB_NAME "cvi_af_lib"
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
}
|
|
#endif
|
|
#endif /* End of #ifdef __cplusplus */
|
|
|
|
#endif /* __CVI_AF_COMM_H__ */
|