aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/interface/callback.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-07-08 15:06:34 -0700
committerIngo Molnar <mingo@elte.hu>2008-07-16 10:56:18 +0200
commit48b5db20621388582ca11ac3c61d3403966dbe51 (patch)
treeca8f222a093a7848baca828e3d4d086a3e789af2 /include/xen/interface/callback.h
parentxen: define set_pte from the outset (diff)
downloadlinux-dev-48b5db20621388582ca11ac3c61d3403966dbe51.tar.xz
linux-dev-48b5db20621388582ca11ac3c61d3403966dbe51.zip
xen64: define asm/xen/interface for 64-bit
Copy 64-bit definitions of various interface structures into place. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Stephen Tweedie <sct@redhat.com> Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--include/xen/interface/callback.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xen/interface/callback.h b/include/xen/interface/callback.h
index 4aadcba31af9..2ae3cd243264 100644
--- a/include/xen/interface/callback.h
+++ b/include/xen/interface/callback.h
@@ -82,9 +82,9 @@
*/
#define CALLBACKOP_register 0
struct callback_register {
- uint16_t type;
- uint16_t flags;
- struct xen_callback address;
+ uint16_t type;
+ uint16_t flags;
+ xen_callback_t address;
};
/*