aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7X-WEB-GCC/web/cc-arch.h
blob: 744cf56ef8ef33805697315256fc0bd474feeda6 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __CC_ARCH_H__
#define __CC_ARCH_H__

#define PACK_STRUCT_FIELD(x) x __attribute__((packed))
#define PACK_STRUCT_STRUCT __attribute__((packed))
#define PACK_STRUCT_BEGIN
#define PACK_STRUCT_END

#endif /* __CC_ARCH_H__ */