FreeRTOS-Kernel/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_start.h
2010-09-09 19:47:24 +00:00

22 lines
236 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