#ifndef _BSP_SERIAL_H_ #define _BSP_SERIAL_H_ void bsp_ser_init(void); void bsp_ser_putc(char c); #endif /* _BSP_SERIAL_H_ */