4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 14:23:32 +08:00

8 lines
82 B
C
Raw Normal View History

#include "rtdef.h"
struct ip_addr {
rt_uint16_t uip_ip4addr_t[2];
} ;