9
0
Fork 0
barebox/include/compiler.h

9 lines
177 B
C
Raw Normal View History

2007-10-01 08:13:13 +00:00
#ifndef __COMPILER_H
#define __COMPILER_H
2007-07-05 16:01:58 +00:00
#define __maybe_unused __attribute__((unused))
2007-10-01 08:13:13 +00:00
#define __used __attribute__((__used__))
#endif /* __COMPILER_H */