From 8e234e33bf60a850685c7e81ea92d383c643486b Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Sat, 24 Apr 2010 19:27:06 +0200 Subject: mpc5121: add PSC serial communication routines Signed-off-by: Anatolij Gustschin --- include/serial.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/serial.h') diff --git a/include/serial.h b/include/serial.h index 3f3edbc954..6423fbaea1 100644 --- a/include/serial.h +++ b/include/serial.h @@ -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 -- cgit v1.2.3