4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 17:53:31 +08:00
2013-01-08 22:40:58 +08:00

8 lines
75 B
C

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