1. NAME

uart_handle_cts_change - handle a change of clear-to-send state

2. SYNOPSIS

void uart_handle_cts_change(struct uart_port *  uport , unsigned int  status );

3. ARGUMENTS

uport
    uart_port structure for the open port

status
    new clear to send status, nonzero if active

4. COPYRIGHT