1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /******************************************************************************/
- /* */
- /* 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 <stdint.h>
- /*********************
- * DEFINES
- *********************/
- /**********************
- * TYPEDEFS
- **********************/
- /**********************
- * GLOBAL PROTOTYPES
- **********************/
- int32_t aic_tele_init(void);
- #ifdef __cplusplus
- } /*extern "C"*/
- #endif
- #endif /* __AIC_TELE_H__ */
|