usbnet_demo.h 1.1 KB

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