mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 14:43:17 +00:00
11 lines
178 B
C
11 lines
178 B
C
|
#ifndef _PERF_LINUX_COMPILER_H_
|
||
|
#define _PERF_LINUX_COMPILER_H_
|
||
|
|
||
|
#ifndef __always_inline
|
||
|
#define __always_inline inline
|
||
|
#endif
|
||
|
#define __user
|
||
|
#define __attribute_const__
|
||
|
|
||
|
#endif
|