mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
10 lines
238 B
C
Executable File
10 lines
238 B
C
Executable File
#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__ */
|