170f44c74SCyrill Gorcunov #ifndef KVM_COMPILER_H_ 270f44c74SCyrill Gorcunov #define KVM_COMPILER_H_ 370f44c74SCyrill Gorcunov 4*f8c9614cSAnup Patel #include <linux/compiler.h> 5*f8c9614cSAnup Patel 6c8588b10SCyrill Gorcunov #ifndef __compiletime_error 7c8588b10SCyrill Gorcunov # define __compiletime_error(message) 8c8588b10SCyrill Gorcunov #endif 9c8588b10SCyrill Gorcunov 1070f44c74SCyrill Gorcunov #define notrace __attribute__((no_instrument_function)) 1170f44c74SCyrill Gorcunov 1270f44c74SCyrill Gorcunov #endif /* KVM_COMPILER_H_ */ 13