summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_end.h
blob: a23febe4df1da888c557d6fb157d24dca49f6b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#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