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