vsim_adapt_demo.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. 23/07/2022 Joe.tu create
  12. =================================================================*/
  13. #ifndef VSIM_ADAPT_H
  14. #define VSIM_ADAPT_H
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. /*========================================================================
  19. * Variable Definition
  20. *========================================================================*/
  21. /*========================================================================
  22. * function Definition
  23. *========================================================================*/
  24. void ql_vsim_adapt_init(void);
  25. #ifdef __cplusplus
  26. } /*"C" */
  27. #endif
  28. #endif /* VSIM_ADAPT_H */