wifi_demo.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 WIFI_DEMO_H
  13. #define WIFI_DEMO_H
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /*========================================================================
  18. * function Definition
  19. *========================================================================*/
  20. void ql_wifi_demo_init(void);
  21. #ifdef __cplusplus
  22. }/*"C" */
  23. #endif
  24. #endif /*USBNET_DEMO_H*/