FreeRTOS-Kernel/20100923-V6.1.0-RC2/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_end.h
Richard Barry 4baf272c92
2010-09-23 18:11:20 +00:00

24 lines
262 B
C

#ifdef __GNUC__
__attribute__( (packed) );
#endif
#ifdef _SH
#ifdef __RENESAS__
;
#pragma unpack
#endif
#endif
#ifdef __RX
#ifdef __RENESAS__
;
/* Nothing to do. */
#endif
#endif
#ifdef __ICCRX__
;
#pragma pack()
#endif