mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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:
parent
ad060c052b
commit
d7c09684d7
5 changed files with 75 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue