RyanW5500Ping.h 470 B

1234567891011121314151617181920212223
  1. #ifndef __RyanW5500Ping__
  2. #define __RyanW5500Ping__
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. #include "RyanW5500Store.h"
  8. // 定义枚举类型
  9. // 定义结构体类型
  10. /* extern variables-----------------------------------------------------------*/
  11. extern int RyanW5500Ping(struct netdev *netdev, const char *host, size_t data_len,
  12. uint32_t times, struct netdev_ping_resp *ping_resp);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif