Sign in
android-kvm
/
kvmtool
/
13ea439a1f48a19cc31e5c39abb8079aa8deedef
/
.
/
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_ */