aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-15 15:50:36 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-15 15:50:36 +0100
commit121ec85fcf4fb03f85d87e814e9cc2a781d25aa4 (patch)
tree7e53570ac5a9f3a9b62982b4f0ed234d467ca964 /xen/include/xen/console.h
parentb61c3f8c6685b0097006f9069ebf0c9be7f51c1c (diff)
downloadxen-121ec85fcf4fb03f85d87e814e9cc2a781d25aa4.tar.gz
xen-121ec85fcf4fb03f85d87e814e9cc2a781d25aa4.tar.bz2
xen-121ec85fcf4fb03f85d87e814e9cc2a781d25aa4.zip
Clean up console fields in start_info structure. Add compat code for
older kernels so they can use the old start_info API. 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 88370ce56e..d7125a317c 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -18,7 +18,7 @@ long read_console_ring(XEN_GUEST_HANDLE(char), u32 *, int);
void init_console(void);
void console_endboot(void);
-int fill_console_start_info(console_info_t *);
+int fill_console_start_info(struct dom0_vga_console_info *);
void console_force_unlock(void);
void console_force_lock(void);