aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-09-24 21:41:46 +0100
committerKeir Fraser <keir@xensource.com>2007-09-24 21:41:46 +0100
commit92877a1f9ab2370e39887cb74c7f7552b17aa214 (patch)
tree82774cf1230df97870896b0b76a8fe1d21f97569 /xen/include/xen/console.h
parentc7380ae19678e3ee81b16d5e28641f35e23098ef (diff)
downloadxen-92877a1f9ab2370e39887cb74c7f7552b17aa214.tar.gz
xen-92877a1f9ab2370e39887cb74c7f7552b17aa214.tar.bz2
xen-92877a1f9ab2370e39887cb74c7f7552b17aa214.zip
x86: Auto-probe the serial port baud rate if 'com1' or 'com2' is
specified as a Xen console target. Avoids need for 'com1=' or 'com2=' command-line option in some cases. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index d6c0510281..7c786ab5df 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -17,6 +17,7 @@ long read_console_ring(XEN_GUEST_HANDLE(char), u32 *, int);
void init_console(void);
void console_endboot(void);
+int console_has(const char *device);
int fill_console_start_info(struct dom0_vga_console_info *);