aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 09:56:36 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 09:56:36 +0000
commit908871cf6216a52fbf2fc610fcc0374edf619a13 (patch)
treeae03c3c02dbcee87e67b9dfdd5227116c30a5212 /linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h
parent7458077a2a74609f78f595998625311266d61368 (diff)
downloadxen-908871cf6216a52fbf2fc610fcc0374edf619a13.tar.gz
xen-908871cf6216a52fbf2fc610fcc0374edf619a13.tar.bz2
xen-908871cf6216a52fbf2fc610fcc0374edf619a13.zip
bitkeeper revision 1.1159.142.4 (4184b6d4rc3Jd2irJimPyupm4TO06A)
Rename Xen public interfaces. 1. hypervisor-if.h is now xen.h 2. hypervisor-ifs/ directory is now: <include/public/...> in Xen <asm/xen-public/...> in Linux <xen/...> in user space
Diffstat (limited to 'linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h')
-rw-r--r--linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h b/linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h
index 3054b30779..f3536bf38d 100644
--- a/linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h
+++ b/linux-2.6.9-xen-sparse/include/asm-xen/hypervisor.h
@@ -33,9 +33,9 @@
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/version.h>
-#include <asm/hypervisor-ifs/hypervisor-if.h>
-#include <asm/hypervisor-ifs/dom0_ops.h>
-#include <asm/hypervisor-ifs/io/domain_controller.h>
+#include <asm/xen-public/xen.h>
+#include <asm/xen-public/dom0_ops.h>
+#include <asm/xen-public/io/domain_controller.h>
#include <asm/ptrace.h>
#include <asm/page.h>