aic_tele.h 912 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /******************************************************************************/
  2. /* */
  3. /* Copyright 2023 by AICXTEK TECHNOLOGIES CO.,LTD. All rights reserved. */
  4. /* */
  5. /******************************************************************************/
  6. /**
  7. * @file aic_tele.h
  8. *
  9. */
  10. #ifndef __AIC_TELE_H__
  11. #define __AIC_TELE_H__
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. /*********************
  16. * INCLUDES
  17. *********************/
  18. #include <stdint.h>
  19. /*********************
  20. * DEFINES
  21. *********************/
  22. /**********************
  23. * TYPEDEFS
  24. **********************/
  25. /**********************
  26. * GLOBAL PROTOTYPES
  27. **********************/
  28. int32_t aic_tele_init(void);
  29. #ifdef __cplusplus
  30. } /*extern "C"*/
  31. #endif
  32. #endif /* __AIC_TELE_H__ */