TTY_UNREGISTER_DEVICE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

tty_unregister_device - unregister a tty device  

SYNOPSIS

"SYNOPSIS"

void tty_unregister_device (struct tty_driver * driver, unsigned index);  

ARGUMENTS

driver
the tty driver that describes the tty device
index
the index in the tty driver for this tty device
 

DESCRIPTION

If a tty device is registered with a call to tty_register_device then this function must be made when the tty device is gone.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:55 GMT, October 09, 2005