28 lines
437 B
C
28 lines
437 B
C
/*
|
|
* Copyright (C) Cvitek Co., Ltd. 2019-2020. All rights reserved.
|
|
*
|
|
* File Name: include/cvi_comm_ao.h
|
|
* Description: basic audio output define
|
|
*/
|
|
|
|
#ifndef __CVI_COMM_AO_H__
|
|
#define __CVI_COMM_AO_H__
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#endif /* End of #ifdef __cplusplus */
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
}
|
|
#endif
|
|
#endif /* End of #ifdef __cplusplus */
|
|
|
|
#endif /* End of #ifndef __CVI_COMM_AO_H__ */
|
|
|