'\" t .\" Title: uart_console_write .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: 16x50 UART Driver .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "UART_CONSOLE_WRITE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "16x50 UART Driver" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" uart_console_write \- write a console message to a serial port .SH "SYNOPSIS" .HP \w'void\ uart_console_write('u .BI "void uart_console_write(struct\ uart_port\ *\ " "port" ", const\ char\ *\ " "s" ", unsigned\ int\ " "count" ", void\ (*" "putchar" ")\ (struct\ uart_port\ *,\ int));" .SH "ARGUMENTS" .PP \fIport\fR .RS 4 the port to write the message .RE .PP \fIs\fR .RS 4 array of characters .RE .PP \fIcount\fR .RS 4 number of characters in string to write .RE .PP \fIputchar\fR .RS 4 function to write character to port .RE .SH "COPYRIGHT" .br