/******************************************************************************/ /* */ /* Copyright 2023 by AICXTEK TECHNOLOGIES CO.,LTD. All rights reserved. */ /* */ /******************************************************************************/ /** * @file aic_tele.h * */ #ifndef __AIC_TELE_H__ #define __AIC_TELE_H__ #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #include /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ /********************** * GLOBAL PROTOTYPES **********************/ int32_t aic_tele_init(void); #ifdef __cplusplus } /*extern "C"*/ #endif #endif /* __AIC_TELE_H__ */