From 0164ebf47bda4e7df6fd3884e40f363a0f2e0c8d Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Wed, 2 Apr 2008 10:53:50 -0700 Subject: [PATCH] --- yaml --- r: 93164 b: refs/heads/master c: 9a9db275b02e91fba837750ccfc82411ada834b8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/xen/interface/xen.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2646fef4615f..50ec4ec64139 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0f2c87695219b1129ccf93e0f58acdcdd49724b9 +refs/heads/master: 9a9db275b02e91fba837750ccfc82411ada834b8 diff --git a/trunk/include/xen/interface/xen.h b/trunk/include/xen/interface/xen.h index 518a5bf79ed3..87ad143be406 100644 --- a/trunk/include/xen/interface/xen.h +++ b/trunk/include/xen/interface/xen.h @@ -58,6 +58,16 @@ #define __HYPERVISOR_physdev_op 33 #define __HYPERVISOR_hvm_op 34 +/* Architecture-specific hypercall definitions. */ +#define __HYPERVISOR_arch_0 48 +#define __HYPERVISOR_arch_1 49 +#define __HYPERVISOR_arch_2 50 +#define __HYPERVISOR_arch_3 51 +#define __HYPERVISOR_arch_4 52 +#define __HYPERVISOR_arch_5 53 +#define __HYPERVISOR_arch_6 54 +#define __HYPERVISOR_arch_7 55 + /* * VIRTUAL INTERRUPTS *