aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/compat.h
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:33 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:33 +0000
commit10254dc1047c99da362d4e481b1ea5b713ae4ca3 (patch)
tree3204062e795ca00c16812ac8eec3b1b642bdac8b /xen/include/xen/compat.h
parent248b44f921e1823a7976b7f5629e3dda308555f0 (diff)
downloadxen-10254dc1047c99da362d4e481b1ea5b713ae4ca3.tar.gz
xen-10254dc1047c99da362d4e481b1ea5b713ae4ca3.tar.bz2
xen-10254dc1047c99da362d4e481b1ea5b713ae4ca3.zip
Enable compatibility mode operation for HYPERVISOR_vcpu_op.
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 b06842f592..d5b733ec58 100644
--- a/xen/include/xen/compat.h
+++ b/xen/include/xen/compat.h
@@ -163,6 +163,8 @@ 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);
+struct vcpu_runstate_info;
+void xlat_vcpu_runstate_info(struct vcpu_runstate_info *);
#define BITS_PER_GUEST_LONG(d) (!IS_COMPAT(d) ? BITS_PER_LONG : COMPAT_BITS_PER_LONG)