Esempio n. 1
0
static int lon9263_getc(void)
{
	return pxa_getc_dev(lon9263_INDEX);
}
static int stuart_getc(void)
{
	return pxa_getc_dev(STUART_INDEX);
}
int serial_getc(void) {
	return(pxa_getc_dev(UART_INDEX));
}
static int ffuart_getc(void)
{
	return pxa_getc_dev(FFUART_INDEX);
}