RyanW5500.h 370 B

123456789101112131415161718192021222324
  1. #ifndef __RyanW5500__
  2. #define __RyanW5500__
  3. #include "wizchip_conf.h"
  4. #include "wizchip_dhcp.h"
  5. #ifdef __cplusplus
  6. extern "C"
  7. {
  8. #endif
  9. // 定义枚举类型
  10. // 定义结构体类型
  11. /* extern variables-----------------------------------------------------------*/
  12. extern int RyanW5500Init(wiz_NetInfo *netInfo);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif