170f44c74SCyrill Gorcunov #ifndef KVM_COMPILER_H_ 270f44c74SCyrill Gorcunov #define KVM_COMPILER_H_ 370f44c74SCyrill Gorcunov 4*c8588b10SCyrill Gorcunov #ifndef __compiletime_error 5*c8588b10SCyrill Gorcunov # define __compiletime_error(message) 6*c8588b10SCyrill Gorcunov #endif 7*c8588b10SCyrill Gorcunov 870f44c74SCyrill Gorcunov #define notrace __attribute__((no_instrument_function)) 970f44c74SCyrill Gorcunov 1070f44c74SCyrill Gorcunov #endif /* KVM_COMPILER_H_ */ 11