Sign in
fuchsia
/
third_party
/
zstd
/
158401d740c308b652a5eb5eae57b282c0fcb011
/
.
/
contrib
/
linux-kernel
/
test
/
include
/
linux
/
compiler.h
blob: 4fb4f42e29cc1127db5e6d16aaa05f7d7c2fc695 [
file
] [
log
] [
blame
]
#ifndef
LINUX_COMPILER_H_
#define
LINUX_COMPILER_H_
#ifndef
__always_inline
# define __always_inline inline
#endif
#ifndef
noinline
# define noinline __attribute__((__noinline__))
#endif
#endif
// LINUX_COMPILER_H_