repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipv6: drop unused "dev" arg of icmpv6_send()
[linux-2.6/next.git]
/
tools
/
perf
/
util
/
include
/
linux
/
compiler.h
blob
dfb0713ed47ff97ec4f5e5f7af0d11a8fb7c6566
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
#define __attribute_const__
9
10
#endif