X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fxen%2Fhypercall.h;fp=arch%2Fx86%2Finclude%2Fasm%2Fxen%2Fhypercall.h;h=7fda040a76cd7cae4e9caa3bbc9cf37661694993;hb=18f19aa62a267f2f759e278018f1032adf4c3774;hp=9c371e4a9fa6e122a25b6cf745fde11b027ba313;hpb=1c5474a65bf15a4cb162dfff86d6d0b5a08a740c;p=pandora-kernel.git diff --git a/arch/x86/include/asm/xen/hypercall.h b/arch/x86/include/asm/xen/hypercall.h index 9c371e4a9fa6..7fda040a76cd 100644 --- a/arch/x86/include/asm/xen/hypercall.h +++ b/arch/x86/include/asm/xen/hypercall.h @@ -417,6 +417,12 @@ HYPERVISOR_nmi_op(unsigned long op, unsigned long arg) return _hypercall2(int, nmi_op, op, arg); } +static inline unsigned long __must_check +HYPERVISOR_hvm_op(int op, void *arg) +{ + return _hypercall2(unsigned long, hvm_op, op, arg); +} + static inline void MULTI_fpu_taskswitch(struct multicall_entry *mcl, int set) {