Sign in
android-kvm
/
kvmtool
/
56e2d678f578ae2ae093dd623ff1a76c1b9dde94
/
.
/
include
/
kvm
/
compiler.h
blob: 2013a835170490a997baa0a9bc492a9404b5ba4f [
file
] [
log
] [
blame
]
#ifndef
KVM_COMPILER_H_
#define
KVM_COMPILER_H_
#ifndef
__compiletime_error
# define __compiletime_error(message)
#endif
#define
notrace __attribute__
((
no_instrument_function
))
#endif
/* KVM_COMPILER_H_ */