2009-10-17 17:12:33 +02: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-25 19:58:59 -03:00
|
|
|
#define __used __attribute__((__unused__))
|
|
|
|
|
2009-10-17 17:12:33 +02:00
|
|
|
#endif
|