mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
mpc5121: add PSC serial communication routines
Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:

committed by
Wolfgang Denk

parent
e3b28e6732
commit
8e234e33bf
@ -92,4 +92,11 @@ extern int usbtty_tstc(void);
|
||||
|
||||
#endif /* CONFIG_USB_TTY */
|
||||
|
||||
#if defined(CONFIG_MPC512X) && defined(CONFIG_SERIAL_MULTI)
|
||||
extern struct stdio_dev *open_port(int num, int baudrate);
|
||||
extern int close_port(int num);
|
||||
extern int write_port(struct stdio_dev *port, char *buf);
|
||||
extern int read_port(struct stdio_dev *port, char *buf, int size);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user