UART_ADD_ONE_PORT

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

uart_add_one_port - attach a driver-defined port structure  

SYNOPSIS

int uart_add_one_port (struct uart_driver * drv, struct uart_port * port);  

ARGUMENTS

drv
pointer to the uart low level driver structure for this port
port
uart port structure to use for this port.
 

DESCRIPTION

This allows the driver to register its own uart_port structure with the core driver. The main purpose is to allow the low level uart drivers to expand uart_port, rather than having yet more levels of structures.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:36 GMT, April 09, 2004