This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_end.h
2012-08-11 21:34:11 +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