37 lines
843 B
C
37 lines
843 B
C
|
/******************************************************************************
|
||
|
|
||
|
Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd.
|
||
|
|
||
|
******************************************************************************
|
||
|
File Name : hi_comm_ai.h
|
||
|
Version : Initial Draft
|
||
|
Author : Hisilicon multimedia software group
|
||
|
Created : 2009/5/5
|
||
|
Description :
|
||
|
History :
|
||
|
1.Date : 2009/5/5
|
||
|
Author : p00123320
|
||
|
Modification: Created file
|
||
|
******************************************************************************/
|
||
|
|
||
|
|
||
|
#ifndef __HI_COMM_AI_H__
|
||
|
#define __HI_COMM_AI_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 __HI_COMM_AI_H__ */
|
||
|
|