summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/ethernet/FreeTCPIP/net/pack_struct_start.h
blob: 49a4dc9f61ea8f9688618a08a84926f08cd5a64e (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
34
#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