voice_call_demo.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*================================================================
  2. Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
  3. Quectel Wireless Solution Proprietary and Confidential.
  4. =================================================================*/
  5. /*=================================================================
  6. EDIT HISTORY FOR MODULE
  7. This section contains comments describing changes made to the module.
  8. Notice that changes are listed in reverse chronological order.
  9. WHEN WHO WHAT, WHERE, WHY
  10. ------------ ------- -------------------------------------------------------------------------------
  11. 20/10/2020 marvin create
  12. =================================================================*/
  13. #ifndef VOICE_CALL_DEMO_H
  14. #define VOICE_CALL_DEMO_H
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. /*========================================================================
  19. * Variable Definition
  20. *========================================================================*/
  21. /*========================================================================
  22. * function Definition
  23. *========================================================================*/
  24. QlOSStatus ql_voice_call_app_init(void);
  25. #ifdef __cplusplus
  26. } /*"C" */
  27. #endif
  28. #endif /* VOICE_CALL_DEMO_H */