| 123456789101112131415161718192021222324 |
- #ifndef __RyanW5500__
- #define __RyanW5500__
- #include "wizchip_conf.h"
- #include "wizchip_dhcp.h"
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- // 定义枚举类型
- // 定义结构体类型
- /* extern variables-----------------------------------------------------------*/
- extern int RyanW5500Init(wiz_NetInfo *netInfo);
- #ifdef __cplusplus
- }
- #endif
- #endif
|