ql_dev_demo.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /** @file
  2. ql_dev_demo.h
  3. @brief
  4. This file is used to define dev 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. =================================================================*/
  17. #ifndef QL_DEV_DEMO_H
  18. #define QL_DEV_DEMO_H
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. /*========================================================================
  23. * Macro Definition
  24. *========================================================================*/
  25. /*========================================================================
  26. * Enumeration Definition
  27. *========================================================================*/
  28. /*========================================================================
  29. * Type Definition
  30. *========================================================================*/
  31. /*========================================================================
  32. * Variable Definition
  33. *========================================================================*/
  34. /*========================================================================
  35. * Utilities Definition
  36. *========================================================================*/
  37. /*========================================================================
  38. * function Definition
  39. *========================================================================*/
  40. void ql_dev_app_init(void);
  41. #ifdef __cplusplus
  42. } /*"C" */
  43. #endif
  44. #endif /* AUDIO_DEMO_H */