summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-08-03 16:07:41 +0300
committerTom Rini <trini@konsulko.com>2018-09-11 03:48:12 +0300
commitd7c09684d73c4831a0240ce1fcbe7644bc3ab6e7 (patch)
tree84ef39679153e3ec0ec159b5a46e597acb7e16ad /include/common.h
parentad060c052bf8593c3d21bdab1f72f5f181064972 (diff)
downloadu-boot-d7c09684d73c4831a0240ce1fcbe7644bc3ab6e7.tar.xz
sandbox: Add serial test
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 940161f175..5c952af5e3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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);