mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 17:53:31 +08:00
8 lines
75 B
C
8 lines
75 B
C
|
|
#include "rtdef.h"
|
|
|
|
|
|
|
|
struct ip_addr {
|
|
rt_uint16_t uip_ip4addr_t[2];
|
|
} ; |