#ifndef COMPILER_ATTR_H_ #define COMPILER_ATTR_H_ #define PACKED __attribute__((packed)) #endif // COMPILER_ATTR_H_