1 #ifndef _MPC8XX_CONSOLE_H 2 #define _MPC8XX_CONSOLE_H 6 void m8xx_uart_initialize(
void);
7 void m8xx_uart_interrupts_initialize(
void);
8 void m8xx_uart_scc_initialize (
int minor);
9 void m8xx_uart_smc_initialize (
int minor);
12 int m8xx_uart_pollRead(
int minor);
13 ssize_t m8xx_uart_pollWrite(
int minor,
const char* buf,
size_t len);
14 ssize_t m8xx_uart_write(
int minor,
const char *buf,
size_t len);
15 int m8xx_uart_setAttributes(
int,
const struct termios* t);