aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/compat.h
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:31 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:31 +0000
commitb8a7efe8528aa0a82c06431b652a8e922bf15994 (patch)
treeaea14f3a3671ee69f24514a4845da6febf4f39fc /xen/include/xen/compat.h
parent8d6e195a2defe04a82af0831969843ce0ed806a0 (diff)
downloadxen-b8a7efe8528aa0a82c06431b652a8e922bf15994.tar.gz
xen-b8a7efe8528aa0a82c06431b652a8e922bf15994.tar.bz2
xen-b8a7efe8528aa0a82c06431b652a8e922bf15994.zip
Enable compatibility mode operation for HYPERVISOR_memory_op,
HYPERVISOR_update_descriptor, HYPERVISOR_update_va_mapping. This also introduces infrastructure to do argument translation. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/xen/compat.h')
-rw-r--r--xen/include/xen/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/compat.h b/xen/include/xen/compat.h
index 48d3b68898..b06842f592 100644
--- a/xen/include/xen/compat.h
+++ b/xen/include/xen/compat.h
@@ -158,6 +158,8 @@
extern int compat_disabled;
+int hypercall_xlat_continuation(unsigned int *id, unsigned int mask, ...);
+
/* In-place translation functons: */
struct start_info;
void xlat_start_info(struct start_info *, enum XLAT_start_info_console);