XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
void | ttyhandler (uint32 xnum) |
void ttyhandler | ( | uint32 | xnum | ) |
Definition at line 9 of file ttyhandler.c.
References uart_csreg::buffer, CONSOLE, DEFER_START, DEFER_STOP, devtab, dentry::dvcsr, dentry::dvminor, if(), uart_csreg::iir, uart_csreg::lsr, resched_cntl(), ttyhandle_in(), ttyhandle_out(), ttytab, UART_IIR_IDMASK, UART_IIR_IRQ, UART_IIR_MSC, UART_IIR_RDA, UART_IIR_RLSI, UART_IIR_RTO, UART_IIR_THRE, UART_LSR_BI, and UART_LSR_DR.