aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/include/linux/compiler.h
blob: dfb0713ed47ff97ec4f5e5f7af0d11a8fb7c6566 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _PERF_LINUX_COMPILER_H_
#define _PERF_LINUX_COMPILER_H_

#ifndef __always_inline
#define __always_inline	inline
#endif
#define __user
#define __attribute_const__

#endif