[U-Boot] [PATCH 7/8] USBTTY make some function declarations easier to use.

Tom Rix Tom.Rix at windriver.com
Fri Sep 4 22:12:49 CEST 2009


Zoom2 needs to use these declarations and the include directory is a
better place from them than in the middle of the driver directory.
It did not make sense to create a new file for just a couple of
lines so they were appended to the serial.h

Signed-off-by: Tom Rix <Tom.Rix at windriver.com>
---
 include/serial.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/serial.h b/include/serial.h
index 821b583..2c150ff 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -59,4 +59,10 @@ extern void serial_stdio_init(void);
 extern int serial_assign(char * name);
 extern void serial_reinit_all(void);
 
+/* For usbtty */
+extern int usbtty_getc(void);
+extern void usbtty_putc(const char c);
+extern void usbtty_puts(const char *str);
+extern int usbtty_tstc(void);
+
 #endif
-- 
1.6.0.4



More information about the U-Boot mailing list