zip_demo.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*================================================================
  2. Copyright (c) 2021, Quectel Wireless Solutions Co., Ltd. All rights reserved.
  3. Quectel Wireless Solutions 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 _ZIP_DEMO_H_
  13. #define _ZIP_DEMO_H_
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /*===========================================================================
  18. * Macro Definition
  19. ===========================================================================*/
  20. /*===========================================================================
  21. * Struct
  22. ===========================================================================*/
  23. /*===========================================================================
  24. * Functions declaration
  25. ===========================================================================*/
  26. extern void ql_zip_app_init(void);
  27. #ifdef __cplusplus
  28. } /*"C" */
  29. #endif
  30. #endif /* _ZIPDEMO_H_ */