Home
last modified time | relevance | path

Searched defs:uart_handle_sysrq_char (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dserial_core.h518 uart_handle_sysrq_char(struct uart_port *port, unsigned int ch) in uart_handle_sysrq_char() function
531 #define uart_handle_sysrq_char(port,ch) ({ (void)port; 0; }) macro