ethernet_demo_macro.h.in 314 B

1234567891011121314151617
  1. /* Copyright (C) 2020 QUECTEL Technologies Limited and/or its affiliates("QUECTEL").
  2. * All rights reserved.
  3. */
  4. #ifndef _ETHERNET_DEMO_MACRO_H_
  5. #define _ETHERNET_DEMO_MACRO_H_
  6. // @AUTO_GENERATION_NOTICE@
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. #cmakedefine ETHERNET_PHY_CH395
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif