FreeRTOS-Kernel/20120401V7.1.1-RC1/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_end.h
Richard Barry 2bac2cf6c6
2012-04-02 20:22:07 +00:00

34 lines
345 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
#ifdef __ICCARM__
;
#pragma pack()
#endif
#ifdef __CC_ARM
;
#endif