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