aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/compat.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-19 17:55:29 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-19 17:55:29 +0000
commitbbb6a715dc15f4fd9c320998384e60e032b4250f (patch)
treeed2330a72847e99ce986818ef0c5689a8ddc480b /xen/include/xen/compat.h
parent115209d91bcd3734ddaaf58a4a1cdbb4c44cd4fa (diff)
downloadxen-bbb6a715dc15f4fd9c320998384e60e032b4250f.tar.gz
xen-bbb6a715dc15f4fd9c320998384e60e032b4250f.tar.bz2
xen-bbb6a715dc15f4fd9c320998384e60e032b4250f.zip
[XEN] Support VCPU reset via DOMCTL_setvcpucontext.
Signed-off-by: Andrei Petrov <andrei.petrov@xensource.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 06771a1c23..ba992e526a 100644
--- a/xen/include/xen/compat.h
+++ b/xen/include/xen/compat.h
@@ -173,6 +173,8 @@ int switch_native(struct domain *);
#else
+#define compat_handle_is_null(hnd) 0
+
#define BITS_PER_GUEST_LONG(d) BITS_PER_LONG
#endif