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>2005-06-04 17:35:19 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-04 17:35:19 +0000
commitd549c7550d106823db58dab41ef4b5ab318dcf40 (patch)
tree62549342702a2ae11bb166a40a31bda7bb1c6445 /xen/include/xen/console.h
parentb60d404f1e9ee0704a842b5b32bc3e29963d4365 (diff)
downloadxen-d549c7550d106823db58dab41ef4b5ab318dcf40.tar.gz
xen-d549c7550d106823db58dab41ef4b5ab318dcf40.tar.bz2
xen-d549c7550d106823db58dab41ef4b5ab318dcf40.zip
bitkeeper revision 1.1670 (42a1e657B8Qurf6JEQIMURchxp90FA)
Interrupt-driven serial transmit for 8250/16550 UARTs. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index 024840c0ad..4295a41de6 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -22,4 +22,7 @@ void console_endboot(int disable_vga);
void console_force_unlock(void);
void console_force_lock(void);
+void console_start_sync(void);
+void console_end_sync(void);
+
#endif /* __CONSOLE_H__ */