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_ */