ql_pbk_demo.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. =================================================================*/
  12. #ifndef QL_PBK_DEMO_H
  13. #define QL_PBK_DEMO_H
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /*========================================================================
  18. * Variable Definition
  19. *========================================================================*/
  20. /*========================================================================
  21. * function Definition
  22. *========================================================================*/
  23. void ql_pbk_app_init(void);
  24. #ifdef __cplusplus
  25. } /*"C" */
  26. #endif
  27. #endif /* QL_PBK _DEMO_H */