repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: brcm80211: change parameter in driver variable lookup
[zen-stable.git]
/
tools
/
perf
/
util
/
include
/
linux
/
compiler.h
blob
547628e97f3d2ac4aacf85485f8e5d790575c042
1
#ifndef _PERF_LINUX_COMPILER_H_
2
#define _PERF_LINUX_COMPILER_H_
3
4
#ifndef __always_inline
5
#define __always_inline inline
6
#endif
7
#define __user
8
#ifndef __attribute_const__
9
#define __attribute_const__
10
#endif
11
12
#define __used __attribute__((__unused__))
13
14
#endif