aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/lockdep/uinclude/linux/compiler.h
blob: 7ac838a1f196ca673b441341f5c3976a32b30fdb (plain) (blame)
1
2
3
4
5
6
7
#ifndef _LIBLOCKDEP_LINUX_COMPILER_H_
#define _LIBLOCKDEP_LINUX_COMPILER_H_

#define __used		__attribute__((__unused__))
#define unlikely

#endif