return HYPERCALL2(long, __HYPERVISOR_memory_op, cmd, arg);
}
-static inline long hypercall_xen_version(unsigned int cmd, void *arg)
-{
- return HYPERCALL2(long, __HYPERVISOR_xen_version, cmd, arg);
-}
-
/*
* This hypercall is misnamed in the Xen ABI, and actually operates on a
* linear address, not a virtual address.
#endif
}
+static inline long hypercall_xen_version(unsigned int cmd, void *arg)
+{
+ return HYPERCALL2(long, __HYPERVISOR_xen_version, cmd, arg);
+}
+
static inline long hypercall_grant_table_op(unsigned int cmd, void *args,
unsigned int count)
{