12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /*================================================================
- Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
- Quectel Wireless Solution Proprietary and Confidential.
- =================================================================*/
- /*=================================================================
- EDIT HISTORY FOR MODULE
- This section contains comments describing changes made to the module.
- Notice that changes are listed in reverse chronological order.
- WHEN WHO WHAT, WHERE, WHY
- ------------ ------- -------------------------------------------------------------------------------
- 20/10/2020 marvin create
- =================================================================*/
- #ifndef VOICE_CALL_DEMO_H
- #define VOICE_CALL_DEMO_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*========================================================================
- * Variable Definition
- *========================================================================*/
- /*========================================================================
- * function Definition
- *========================================================================*/
- QlOSStatus ql_voice_call_app_init(void);
- #ifdef __cplusplus
- } /*"C" */
- #endif
- #endif /* VOICE_CALL_DEMO_H */
|