#ifndef __udp_h__ #define __udp_h__ #include "type.h" struct Udp { typedef U16 Port; Relative source; Relative destination; Relative length; Relative crc; U8 head[8]; U8 data[0]; }; #endif /* __udp_h__ */