8 lines
75 B
C
8 lines
75 B
C
|
|
#include "rtdef.h"
|
|
|
|
|
|
|
|
struct ip_addr {
|
|
rt_uint16_t uip_ip4addr_t[2];
|
|
} ; |