aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xeno/sched.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-06-10 16:39:25 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-06-10 16:39:25 +0000
commit195945f155f19f911d70f68662b0248e23664f2c (patch)
treebd2a5a8959303b1f9ea200992559a696ec1657f8 /xen/include/xeno/sched.h
parent6a25a121131cc41ea0530c0e73b602d07e1a3e14 (diff)
downloadxen-195945f155f19f911d70f68662b0248e23664f2c.tar.gz
xen-195945f155f19f911d70f68662b0248e23664f2c.tar.bz2
xen-195945f155f19f911d70f68662b0248e23664f2c.zip
bitkeeper revision 1.256 (3ee609bdneehgPlYzveJg2IZOvjyUg)
dom0_ops.h: new file dom0_ops.h, sched.h, kernel.c, domain.c, dom0_ops.c: Clean up dom0_ops.h interface files to remove duplicated definitions. dom0_ops.h: Rename: xen/include/xeno/dom0_ops.h -> xen/include/hypervisor-ifs/dom0_ops.h .del-dom0_ops.h~ede4a9057a132248: Delete: tools/internal/dom0_ops.h .del-dom0_ops.h~d7d8e37e7e6347c6: Delete: tools/domain_builder/dom0_ops.h
Diffstat (limited to 'xen/include/xeno/sched.h')
-rw-r--r--xen/include/xeno/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xeno/sched.h b/xen/include/xeno/sched.h
index f696b5ab56..7d9e2fcbd2 100644
--- a/xen/include/xeno/sched.h
+++ b/xen/include/xeno/sched.h
@@ -10,7 +10,7 @@
#include <asm/processor.h>
#include <asm/current.h>
#include <hypervisor-ifs/hypervisor-if.h>
-#include <xeno/dom0_ops.h>
+#include <hypervisor-ifs/dom0_ops.h>
#include <xeno/list.h>
#include <xeno/time.h>