aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-04-08 16:40:13 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-04-08 16:40:13 +0000
commitf677efb823a2c576236e96510ca45e5c54df96d1 (patch)
treed95f76f404c96fb8d579520004fddac53b474cd7 /xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h
parent98da02c11d9f6226418a7d692bc961ab24ae9ce6 (diff)
downloadxen-f677efb823a2c576236e96510ca45e5c54df96d1.tar.gz
xen-f677efb823a2c576236e96510ca45e5c54df96d1.tar.bz2
xen-f677efb823a2c576236e96510ca45e5c54df96d1.zip
bitkeeper revision 1.856 (4075806dGVuPwXtbZgPbDT2-zKk0gw)
New control-interface functionality for Xenolinux. Also extended start_info_t to include the event-channel index for the controller interface.
Diffstat (limited to 'xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h')
-rw-r--r--xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h b/xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h
index 73149d5426..e20f67e651 100644
--- a/xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h
+++ b/xenolinux-2.4.25-sparse/include/asm-xen/hypervisor.h
@@ -13,13 +13,14 @@
#include <linux/kernel.h>
#include <asm/hypervisor-ifs/hypervisor-if.h>
#include <asm/hypervisor-ifs/dom0_ops.h>
+#include <asm/domain_controller.h>
#include <asm/ptrace.h>
#include <asm/page.h>
/* arch/xen/kernel/setup.c */
union start_info_union
{
- start_info_t start_info;
+ extended_start_info_t start_info;
char padding[512];
};
extern union start_info_union start_info_union;