summaryrefslogtreecommitdiffstats
path: root/include/compiler.h
blob: c20e52227577a76706129696908d6f1708b97b51 (plain)
1
2
3
4
5
6
7
8
#ifndef __COMPILER_H
#define __COMPILER_H

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

#endif /* __COMPILER_H */