Sign in
android-kvm
/
kvmtool
/
574bd7b432ec0dd71b719f05094e12108194da12
/
.
/
include
/
kvm
/
compiler.h
blob: dd8a22ac8b0671eba8b98228595f6067dabdea78 [
file
] [
log
] [
blame
]
#ifndef
KVM_COMPILER_H_
#define
KVM_COMPILER_H_
#include
<linux/compiler.h>
#ifndef
__compiletime_error
# define __compiletime_error(message)
#endif
#define
notrace __attribute__
((
no_instrument_function
))
#endif
/* KVM_COMPILER_H_ */