void uart_set_input(uint8_t uart, int(*input)(unsigned char c))
Assigns a callback to be called when the UART receives a byte.
void slip_arch_writeb(unsigned char c)
Write a byte over SLIP.
int slip_input_byte(unsigned char c)
Input a SLIP byte.
void slip_arch_init(unsigned long ubr)
Initialise the arch-specific SLIP driver.