sandbox: Add serial test

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Patrice Chotard 2018-08-03 15:07:41 +02:00 committed by Tom Rini
parent ad060c052b
commit d7c09684d7
5 changed files with 75 additions and 0 deletions

View file

@ -359,6 +359,7 @@ void serial_putc_raw(const char);
void serial_puts (const char *);
int serial_getc (void);
int serial_tstc (void);
int serial_setconfig(uint config);
/* $(CPU)/speed.c */
int get_clocks (void);