Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 605 → Rev 606

/kernel/trunk/arch/mips32/include/drivers/serial.h
56,7 → 56,7
int irq;
}serial_t;
 
chardev_t * serial_console(void);
void serial_console(void);
int serial_init(void);
 
#endif