2009-10-17 19:12:33 +04:00
|
|
|
#ifndef _PERF_LINUX_COMPILER_H_
|
|
|
|
#define _PERF_LINUX_COMPILER_H_
|
|
|
|
|
|
|
|
#ifndef __always_inline
|
|
|
|
#define __always_inline inline
|
|
|
|
#endif
|
|
|
|
#define __user
|
|
|
|
#define __attribute_const__
|
|
|
|
|
2010-03-26 01:58:59 +03:00
|
|
|
#define __used __attribute__((__unused__))
|
|
|
|
|
2009-10-17 19:12:33 +04:00
|
|
|
#endif
|