aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/xen/interface.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-03-17 19:37:15 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-24 17:57:31 -0400
commitaa380c82b83252754a8c11bfc92359bd87cbf710 (patch)
treeab6b7d4f6b4664eb4b5be4c4bbca0c440b59af80 /include/asm-x86/xen/interface.h
parent85958b465c2e0de315575b1d3d7e7c2ce7126880 (diff)
xen: add support for callbackops hypercall
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/xen/interface.h')
-rw-r--r--include/asm-x86/xen/interface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/xen/interface.h b/include/asm-x86/xen/interface.h
index 165c3968e138..588a0716cd78 100644
--- a/include/asm-x86/xen/interface.h
+++ b/include/asm-x86/xen/interface.h
@@ -171,6 +171,10 @@ struct arch_vcpu_info {
171 unsigned long pad[5]; /* sizeof(struct vcpu_info) == 64 */ 171 unsigned long pad[5]; /* sizeof(struct vcpu_info) == 64 */
172}; 172};
173 173
174struct xen_callback {
175 unsigned long cs;
176 unsigned long eip;
177};
174#endif /* !__ASSEMBLY__ */ 178#endif /* !__ASSEMBLY__ */
175 179
176/* 180/*