···1313#ifndef __S390_KVM_PARA_H1414#define __S390_KVM_PARA_H15151616+#ifdef __KERNEL__1717+1618/*1719 * Hypercalls for KVM on s390. The calling convention is similar to the1820 * s390 ABI, so we use R2-R6 for parameters 1-5. In addition we use R1···148146{149147 return 0;150148}149149+150150+#endif151151152152#endif /* __S390_KVM_PARA_H */