Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
kernel
/
common
/
d15155824c5014803d91b829736d249c500bdda6
/
.
/
include
/
uapi
/
linux
/
stddef.h
blob: d1f7cb732dfcf1b777393424f6d0471b7ffe8760 [
file
] [
log
] [
blame
]
Will Deacon
d151558
2017-10-24 11:22:46 +0100
[
diff
] [
blame^
]
1
#include
<linux/compiler_types.h>
Denys Vlasenko
283d757
2016-03-30 00:14:57 +0200
[
diff
] [
blame
]
2
3
#ifndef
__always_inline
4
#define
__always_inline
inline
5
#endif