7 lines
120 B
C
7 lines
120 B
C
|
#ifndef DEFS_H_INCLUDED
|
||
|
#define DEFS_H_INCLUDED
|
||
|
|
||
|
#define _PACKED_ __attribute__((packed))
|
||
|
|
||
|
#endif
|