sms_demo.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /** @file
  2. sms_demo.h
  3. @brief
  4. This file is used to define sms demo for different Quectel Project.
  5. */
  6. /*================================================================
  7. Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
  8. Quectel Wireless Solution Proprietary and Confidential.
  9. =================================================================*/
  10. /*=================================================================
  11. EDIT HISTORY FOR MODULE
  12. This section contains comments describing changes made to the module.
  13. Notice that changes are listed in reverse chronological order.
  14. WHEN WHO WHAT, WHERE, WHY
  15. ------------ ------- -------------------------------------------------------------------------------
  16. 10/10/2020 marvin create
  17. =================================================================*/
  18. #ifndef SMS_DEMO_H
  19. #define SMS_DEMO_H
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. /*========================================================================
  24. * Variable Definition
  25. *========================================================================*/
  26. /*========================================================================
  27. * function Definition
  28. *========================================================================*/
  29. void ql_sms_app_init(void);
  30. #ifdef __cplusplus
  31. } /*"C" */
  32. #endif
  33. #endif /* SMS_DEMO_H */