2009-10-17 23:12:33 +08: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 06:58:59 +08:00
|
|
|
#define __used __attribute__((__unused__))
|
|
|
|
|
2009-10-17 23:12:33 +08:00
|
|
|
#endif
|