aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-03 18:26:41 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-03 18:26:41 +0100
commitd870b4b7091a192b6513500f5679cdc6e4145041 (patch)
treef44cfd90642efb5adfa80740eec765b6f06d6d97 /xen/include/xen/console.h
parent39dbaabab798eb9faddff91e3e6cbff8b2d8051b (diff)
downloadxen-d870b4b7091a192b6513500f5679cdc6e4145041.tar.gz
xen-d870b4b7091a192b6513500f5679cdc6e4145041.tar.bz2
xen-d870b4b7091a192b6513500f5679cdc6e4145041.zip
Move dom0_op hypercall to the guest_handle interface (inside Xen).
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index 12028cdc97..e8cc3bfe67 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -13,7 +13,7 @@ extern spinlock_t console_lock;
void set_printk_prefix(const char *prefix);
-long read_console_ring(char **, u32 *, int);
+long read_console_ring(guest_handle(char), u32 *, int);
void init_console(void);
void console_endboot(int disable_vga);