9
0
Fork 0
barebox/include/compiler.h

9 lines
177 B
C

#ifndef __COMPILER_H
#define __COMPILER_H
#define __maybe_unused __attribute__((unused))
#define __used __attribute__((__used__))
#endif /* __COMPILER_H */