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