Newer
Older
barebox / include / compiler.h
@Sascha Hauer Sascha Hauer on 1 Oct 2007 177 bytes add __used attribute in compiler.h
#ifndef __COMPILER_H
#define __COMPILER_H

#define __maybe_unused			__attribute__((unused))
#define __used                 __attribute__((__used__))

#endif /* __COMPILER_H */