Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4a2e7aab4ffce1e0e79b303dc2f9a03aa9f3a332
/
.
/
tools
/
lib
/
lockdep
/
uinclude
/
linux
/
compiler.h
blob: 6386dc3182a0985a40551d0af980e53102e04c2a [
file
] [
log
] [
blame
]
#ifndef
_LIBLOCKDEP_LINUX_COMPILER_H_
#define
_LIBLOCKDEP_LINUX_COMPILER_H_
#define
__used __attribute__
((
__unused__
))
#define
unlikely
#define
WRITE_ONCE
(
x
,
val
)
x
=(
val
)
#define
RCU_INIT_POINTER
(
p
,
v
)
p
=(
v
)
#endif