FreeRTOS-RISCV/FreeRTOSv10.2.1/FreeRTOS/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_start.h

35 lines
369 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
#ifdef __ICCARM__
#pragma pack(1)
#endif
#ifdef __CC_ARM
__packed
#endif