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

25 lines
280 B
C

#ifdef __GNUC__
/* Nothing to do here. */
;
#endif
/* Used by SH2A port. */
#ifdef _SH
#ifdef __RENESAS__
#pragma pack 1
#endif
#endif
#ifdef __RX
#ifdef __RENESAS__
/* Nothing to do. */
#endif
#endif
#ifdef __ICCRX__
#pragma pack(1)
#endif