1 #ifndef _BSP_SERIAL_H_
2 #define _BSP_SERIAL_H_
3 
4 void bsp_ser_init(void);
5 void bsp_ser_putc(char c);
6 
7 #endif /* _BSP_SERIAL_H_ */
8