aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/console.h
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-12 15:06:36 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-11-12 15:06:36 +0000
commit981b39ef0b89646e7fa8ba22f974e70ed2162a99 (patch)
tree200ba5bd9b0537130ad4ca8da488778486ce6ff8 /xen/include/xen/console.h
parente17396b423d96d219619e2c867155bd73e84ab15 (diff)
downloadxen-981b39ef0b89646e7fa8ba22f974e70ed2162a99.tar.gz
xen-981b39ef0b89646e7fa8ba22f974e70ed2162a99.tar.bz2
xen-981b39ef0b89646e7fa8ba22f974e70ed2162a99.zip
bitkeeper revision 1.1159.172.3 (4194d17cHAKS_aZt34dj741AVg4MNQ)
Split irq_serial_getc out of serial_getc, irq_serial_getc can be called from interrupt handlers.
Diffstat (limited to 'xen/include/xen/console.h')
-rw-r--r--xen/include/xen/console.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h
index 628eb044d4..abcb2fa1d8 100644
--- a/xen/include/xen/console.h
+++ b/xen/include/xen/console.h
@@ -22,4 +22,8 @@ void console_endboot(int disable_vga);
void console_force_unlock(void);
void console_force_lock(void);
+void console_putc(char c);
+int console_getc(void);
+int irq_console_getc(void);
+
#endif