Index: trunk/softs/tsar_boot/include/boot_tty.h
===================================================================
--- trunk/softs/tsar_boot/include/boot_tty.h	(revision 347)
+++ trunk/softs/tsar_boot/include/boot_tty.h	(revision 348)
@@ -6,4 +6,6 @@
 
 void boot_exit();
+int  boot_getc(char * c);
+void boot_putc(const char c);
 void boot_puts(const char *buffer);
 void boot_putx(unsigned int val);
